Skip to content

Commit

Permalink
dep: bump the deps group with 2 updates
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent cc9f27a commit 9f89c76
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pretty_assertions = "1.4.1"
proptest = "1.5.0"
rmp-serde = "1.3.0"
serde = { version = "1.0.217" }
serde_json = { version = "1.0.133", default-features = true, features = [
serde_json = { version = "1.0.135", default-features = true, features = [
"std",
"float_roundtrip",
] }
Expand Down
2 changes: 1 addition & 1 deletion crates/rsonpath/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ path = "./src/main.rs"
name = "rq"

[dependencies]
clap = { version = "4.5.23", features = ["derive", "wrap_help"] }
clap = { version = "4.5.24", features = ["derive", "wrap_help"] }
color-eyre = { version = "0.6.3", default-features = false }
eyre = "0.6.12"
log = { workspace = true }
Expand Down

0 comments on commit 9f89c76

Please sign in to comment.