Skip to content

Commit 6f1846f

Browse files
dep: bump the deps group with 2 updates (#649)
Bumps the deps group with 2 updates: [serde_json](https://github.com/serde-rs/json) and [clap](https://github.com/clap-rs/clap). Updates `serde_json` from 1.0.135 to 1.0.137 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.135...v1.0.137) Updates `clap` from 4.5.26 to 4.5.27 - [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.26...clap_complete-v4.5.27) --- updated-dependencies: - dependency-name: serde_json 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 fb6f1b8 commit 6f1846f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

+6-6
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
@@ -39,7 +39,7 @@ pretty_assertions = "1.4.1"
3939
proptest = "1.5.0"
4040
rmp-serde = "1.3.0"
4141
serde = { version = "1.0.217" }
42-
serde_json = { version = "1.0.135", default-features = true, features = [
42+
serde_json = { version = "1.0.137", default-features = true, features = [
4343
"std",
4444
"float_roundtrip",
4545
] }

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.26", features = ["derive", "wrap_help"] }
27+
clap = { version = "4.5.27", 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)