Skip to content

Commit 09b26aa

Browse files
dep: bump the deps group with 1 update (#492)
Bumps the deps group with 1 update: [thiserror](https://github.com/dtolnay/thiserror). Updates `thiserror` from 1.0.57 to 1.0.58 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.57...1.0.58) --- 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 370598a commit 09b26aa

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Cargo.lock

+8-8
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.0", path = "../rsonpath-syntax" }
3636
smallvec = { version = "1.13.1", features = ["union"] }
3737
static_assertions = "1.1.0"
38-
thiserror = "1.0.57"
38+
thiserror = "1.0.58"
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.1", features = ["derive"], optional = true }
2121
owo-colors = { version = "4.0.0", default-features = false, optional = true }
2222
nom = "7.1.3"
23-
thiserror = "1.0.57"
23+
thiserror = "1.0.58"
2424
unicode-width = "0.1.11"
2525

2626
[dev-dependencies]

0 commit comments

Comments
 (0)