Skip to content

Commit 48e7f4e

Browse files
dep: bump the deps group across 1 directory with 3 updates (#775)
Bumps the deps group with 3 updates in the / directory: [log](https://github.com/rust-lang/log), [insta](https://github.com/mitsuhiko/insta) and [clap](https://github.com/clap-rs/clap). Updates `log` from 0.4.27 to 0.4.28 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.27...0.4.28) Updates `insta` from 1.43.1 to 1.43.2 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.43.1...1.43.2) Updates `clap` from 4.5.46 to 4.5.47 - [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.46...clap_complete-v4.5.47) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: insta dependency-version: 1.43.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: clap dependency-version: 4.5.47 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 1982030 commit 48e7f4e

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ rsonpath-syntax-proptest = { version = "0.4.0", path = "./crates/rsonpath-syntax
2929
# Main dependencies
3030
arbitrary = { version = "1.4.2" }
3131
cfg-if = "1.0.3"
32-
log = "0.4.27"
32+
log = "0.4.28"
3333
thiserror = "2.0.16"
3434
# Dev-dependencies
3535
ciborium = { version = "0.2.2", default-features = false }
36-
insta = { version = "1.43.1" }
36+
insta = { version = "1.43.2" }
3737
itertools = "0.14.0"
3838
pretty_assertions = "1.4.1"
3939
proptest = "1.7.0"

crates/rsonpath/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.46", features = ["derive", "wrap_help"] }
27+
clap = { version = "4.5.47", features = ["derive", "wrap_help"] }
2828
color-eyre = { version = "0.6.5", default-features = false }
2929
eyre = "0.6.12"
3030
log = { workspace = true }

0 commit comments

Comments
 (0)