Skip to content

Commit b7c2901

Browse files
chore(dep): update thiserror requirement in /crates/rsonpath-benchmarks
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.64...2.0.7) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 979e637 commit b7c2901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rsonpath-benchmarks/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ rsonpath-lib = { version = "0.9.1", default-features = false }
3939
rsonpath-syntax = { version = "0.3.1", default-features = false }
4040
serde_json_path = "0.7.1"
4141
tar = "0.4.42"
42-
thiserror = "1.0.64"
42+
thiserror = "2.0.7"
4343

4444
[patch.crates-io]
4545
rsonpath-lib = { path = "../rsonpath-lib" }

0 commit comments

Comments
 (0)