Skip to content

Commit ea7778f

Browse files
dep: bump the deps group across 1 directory with 3 updates
Bumps the deps group with 3 updates in the / directory: [clap](https://github.com/clap-rs/clap), [trycmd](https://github.com/assert-rs/snapbox) and [smallvec](https://github.com/servo/rust-smallvec). Updates `clap` from 4.5.27 to 4.5.30 - [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.30) Updates `trycmd` from 0.15.8 to 0.15.9 - [Commits](assert-rs/snapbox@trycmd-v0.15.8...trycmd-v0.15.9) Updates `smallvec` from 1.13.2 to 1.14.0 - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.13.2...v1.14.0) --- 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 - dependency-name: smallvec dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f570f4 commit ea7778f

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Cargo.lock

+10-10
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
@@ -32,7 +32,7 @@ log = { workspace = true }
3232
memmap2 = "0.9.5"
3333
rsonpath-syntax = { workspace = true }
3434
serde = { workspace = true, optional = true, features = ["derive", "rc"] }
35-
smallvec = { version = "1.13.2", features = ["union"] }
35+
smallvec = { version = "1.14.0", features = ["union"] }
3636
static_assertions = "1.1.0"
3737
thiserror = { workspace = true }
3838
vector-map = "1.0.1"

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.30", 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)