Skip to content

Commit 59d7346

Browse files
dep: bump the deps group across 1 directory with 2 updates
Bumps the deps group with 2 updates in the / directory: [clap](https://github.com/clap-rs/clap) and [trycmd](https://github.com/assert-rs/snapbox). Updates `clap` from 4.5.27 to 4.5.29 - [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.27...clap_complete-v4.5.29) Updates `trycmd` from 0.15.8 to 0.15.9 - [Commits](assert-rs/snapbox@trycmd-v0.15.8...trycmd-v0.15.9) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: trycmd dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f570f4 commit 59d7346

File tree

2 files changed

+10
-10
lines changed

2 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/Cargo.toml

+2-2
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.27", features = ["derive", "wrap_help"] }
27+
clap = { version = "4.5.29", features = ["derive", "wrap_help"] }
2828
color-eyre = { version = "0.6.3", default-features = false }
2929
eyre = "0.6.12"
3030
log = { workspace = true }
@@ -39,7 +39,7 @@ vergen-git2 = "1.0.5"
3939
vergen-gitcl = "1.0.5"
4040

4141
[dev-dependencies]
42-
trycmd = "0.15.8"
42+
trycmd = "0.15.9"
4343

4444
[features]
4545
default = ["simd"]

0 commit comments

Comments
 (0)