Skip to content

Commit

Permalink
dep: bump the deps group with 4 updates (#553)
Browse files Browse the repository at this point in the history
Bumps the deps group with 4 updates: [clap](https://github.com/clap-rs/clap), [thiserror](https://github.com/dtolnay/thiserror), [serde](https://github.com/serde-rs/serde) and [serde_json](https://github.com/serde-rs/json).


Updates `clap` from 4.5.19 to 4.5.20
- [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.19...clap_complete-v4.5.20)

Updates `thiserror` from 1.0.64 to 1.0.65
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.64...1.0.65)

Updates `serde` from 1.0.210 to 1.0.213
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.213)

Updates `serde_json` from 1.0.128 to 1.0.132
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.128...1.0.132)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 26, 2024
1 parent 094ae20 commit 18f0f69
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 33 deletions.
56 changes: 28 additions & 28 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 crates/rsonpath-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ nom = "7.1.3"
rsonpath-syntax = { version = "0.3.1", path = "../rsonpath-syntax" }
smallvec = { version = "1.13.2", features = ["union"] }
static_assertions = "1.1.0"
thiserror = "1.0.64"
thiserror = "1.0.65"
vector-map = "1.0.1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/rsonpath-syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ all-features = true
arbitrary = { version = "1.3.2", features = ["derive"], optional = true }
owo-colors = { version = "4.1.0", default-features = false, optional = true }
nom = "7.1.3"
thiserror = "1.0.64"
thiserror = "1.0.65"
unicode-width = "0.2.0"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions crates/rsonpath-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ rust-version = "1.70.0"
publish = false

[dependencies]
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
serde = { version = "1.0.213", features = ["derive"] }
serde_json = "1.0.132"

[dev-dependencies]
pretty_assertions = "1.4.1"
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.19", features = ["derive", "wrap_help"] }
clap = { version = "4.5.20", features = ["derive", "wrap_help"] }
color-eyre = { version = "0.6.3", default-features = false }
eyre = "0.6.12"
log = "0.4.22"
Expand Down

0 comments on commit 18f0f69

Please sign in to comment.