Skip to content

Commit 5afe6e0

Browse files
dep: bump the deps group with 2 updates (#743)
Bumps the deps group with 2 updates: [clap](https://github.com/clap-rs/clap) and [trycmd](https://github.com/assert-rs/snapbox). Updates `clap` from 4.5.40 to 4.5.41 - [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.40...clap_complete-v4.5.41) Updates `trycmd` from 0.15.9 to 0.15.10 - [Commits](assert-rs/snapbox@trycmd-v0.15.9...trycmd-v0.15.10) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: trycmd dependency-version: 0.15.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1f8a77 commit 5afe6e0

File tree

2 files changed

+64
-16
lines changed

2 files changed

+64
-16
lines changed

Cargo.lock

Lines changed: 62 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rsonpath/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.40", features = ["derive", "wrap_help"] }
27+
clap = { version = "4.5.41", features = ["derive", "wrap_help"] }
2828
color-eyre = { version = "0.6.5", default-features = false }
2929
eyre = "0.6.12"
3030
log = { workspace = true }
@@ -39,7 +39,7 @@ vergen-git2 = "1.0.7"
3939
vergen-gitcl = "1.0.8"
4040

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

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

0 commit comments

Comments
 (0)