Skip to content

Commit

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


Updates `clap` from 4.4.16 to 4.4.17
- [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.16...v4.4.17)

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

---
updated-dependencies:
- dependency-name: clap
  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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 16, 2024
1 parent 277d3fa commit fe32bc0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

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

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

[dev-dependencies]
trycmd = "0.14.20"
Expand Down

0 comments on commit fe32bc0

Please sign in to comment.