Skip to content

Commit 1473c8c

Browse files
build(deps): Bump the cargo group across 1 directory with 2 updates
Bumps the cargo group with 2 updates in the / directory: [prometheus](https://github.com/tikv/rust-prometheus) and [clap](https://github.com/clap-rs/clap). Updates `prometheus` from 0.13.4 to 0.14.0 - [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md) - [Commits](tikv/rust-prometheus@v0.13.4...v0.14.0) Updates `clap` from 4.5.32 to 4.5.34 - [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.32...clap_complete-v4.5.34) --- updated-dependencies: - dependency-name: prometheus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf84abe commit 1473c8c

File tree

2 files changed

+58
-24
lines changed

2 files changed

+58
-24
lines changed

Cargo.lock

+56-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ version = "stable"
1919

2020
[dependencies]
2121
libzetta = "0.5.0"
22-
prometheus = "0.13.4"
22+
prometheus = "0.14.0"
2323
tempfile = "3.10.1"
24-
clap = { version = "4.5.32", features = ["derive"] }
24+
clap = { version = "4.5.34", features = ["derive"] }

0 commit comments

Comments
 (0)