Skip to content

Commit 2213210

Browse files
dep: bump the deps group across 1 directory with 2 updates (#637)
Bumps the deps group with 2 updates in the / directory: [thiserror](https://github.com/dtolnay/thiserror) and [clap](https://github.com/clap-rs/clap). Updates `thiserror` from 2.0.10 to 2.0.11 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.10...2.0.11) Updates `clap` from 4.5.24 to 4.5.26 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.24...clap_complete-v4.5.26) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: clap 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 0d66824 commit 2213210

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.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ rsonpath-syntax-proptest = { version = "0.4.0", path = "./crates/rsonpath-syntax
3030
arbitrary = { version = "1.4.1" }
3131
cfg-if = "1.0.0"
3232
log = "0.4.22"
33-
thiserror = "2.0.10"
33+
thiserror = "2.0.11"
3434
# Dev-dependencies
3535
ciborium = { version = "0.2.2", default-features = false }
3636
insta = { version = "1.42.0" }

crates/rsonpath/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ path = "./src/main.rs"
2424
name = "rq"
2525

2626
[dependencies]
27-
clap = { version = "4.5.24", features = ["derive", "wrap_help"] }
27+
clap = { version = "4.5.26", features = ["derive", "wrap_help"] }
2828
color-eyre = { version = "0.6.3", default-features = false }
2929
eyre = "0.6.12"
3030
log = { workspace = true }

0 commit comments

Comments
 (0)