Skip to content

Commit c917265

Browse files
dep: bump thiserror from 1.0.65 to 1.0.66 in the deps group (#575)
Bumps the deps group with 1 update: [thiserror](https://github.com/dtolnay/thiserror). Updates `thiserror` from 1.0.65 to 1.0.66 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.65...1.0.66) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3115187 commit c917265

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

Cargo.lock

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rsonpath-lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ nom = "7.1.3"
3535
rsonpath-syntax = { version = "0.3.1", path = "../rsonpath-syntax" }
3636
smallvec = { version = "1.13.2", features = ["union"] }
3737
static_assertions = "1.1.0"
38-
thiserror = "1.0.65"
38+
thiserror = "1.0.66"
3939
vector-map = "1.0.1"
4040

4141
[dev-dependencies]

crates/rsonpath-syntax/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ all-features = true
2020
arbitrary = { version = "1.3.2", features = ["derive"], optional = true }
2121
owo-colors = { version = "4.1.0", default-features = false, optional = true }
2222
nom = "7.1.3"
23-
thiserror = "1.0.65"
23+
thiserror = "1.0.66"
2424
unicode-width = "0.2.0"
2525

2626
[dev-dependencies]

0 commit comments

Comments
 (0)