Skip to content

Commit 0ae198a

Browse files
dep: bump the deps group with 2 updates (#634)
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.134 to 1.0.135 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.134...v1.0.135) Updates `clap` from 4.5.23 to 4.5.24 - [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.23...clap_complete-v4.5.24) --- 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 cc9f27a commit 0ae198a

File tree

3 files changed

+10
-10
lines changed

3 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.

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.133", default-features = true, features = [
42+
serde_json = { version = "1.0.135", 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.23", features = ["derive", "wrap_help"] }
27+
clap = { version = "4.5.24", 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)