Skip to content

Commit

Permalink
dep: bump the deps group with 3 updates (#426)
Browse files Browse the repository at this point in the history
Bumps the deps group with 3 updates: [clap](https://github.com/clap-rs/clap), [trycmd](https://github.com/assert-rs/trycmd) and [vergen](https://github.com/rustyhorde/vergen).


Updates `clap` from 4.4.15 to 4.4.16
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.15...v4.4.16)

Updates `trycmd` from 0.14.19 to 0.14.20
- [Changelog](https://github.com/assert-rs/trycmd/blob/main/CHANGELOG.md)
- [Commits](assert-rs/snapbox@v0.14.19...v0.14.20)

Updates `vergen` from 8.2.6 to 8.2.7
- [Release notes](https://github.com/rustyhorde/vergen/releases)
- [Commits](rustyhorde/vergen@8.2.6...8.2.7)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: trycmd
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: vergen
  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>
  • Loading branch information
dependabot[bot] authored Jan 12, 2024
1 parent 752523e commit 7581f4b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 32 deletions.
45 changes: 16 additions & 29 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions 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.4.15", features = ["derive", "wrap_help"] }
clap = { version = "4.4.16", features = ["derive", "wrap_help"] }
color-eyre = { version = "0.6.2", default-features = false }
eyre = "0.6.11"
log = "0.4.20"
Expand All @@ -34,10 +34,10 @@ simple_logger = "4.3.3"

[build-dependencies]
rustflags = { version = "0.1.4" }
vergen = { version = "8.2.6", features = ["cargo", "git", "gitcl", "rustc"] }
vergen = { version = "8.2.7", features = ["cargo", "git", "gitcl", "rustc"] }

[dev-dependencies]
trycmd = "0.14.19"
trycmd = "0.14.20"

[features]
default = ["simd"]
Expand Down

0 comments on commit 7581f4b

Please sign in to comment.