Skip to content

Commit 06fae41

Browse files
build(deps): bump the cargo-crates group with 2 updates
Bumps the cargo-crates group with 2 updates: [clap](https://github.com/clap-rs/clap) and [libc](https://github.com/rust-lang/libc). Updates `clap` from 4.5.31 to 4.5.32 - [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.5.31...clap_complete-v4.5.32) Updates `libc` from 0.2.170 to 0.2.171 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.171/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.170...0.2.171) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-crates - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-crates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ffc8e96 commit 06fae41

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ edition = "2021"
1818
[dependencies]
1919
# cli deps
2020
anyhow = "1.0.97"
21-
clap = { version = "4.5.31", features = ["derive"] }
21+
clap = { version = "4.5.32", features = ["derive"] }
2222
tracing-appender = "0.2"
2323
tracing-subscriber = { version = "0.3", features = ["env-filter", "registry"] }
2424
tracing-tree = "0.4"
@@ -27,7 +27,7 @@ tracing-tree = "0.4"
2727
ar = { version = "0.9.0" }
2828
aya-rustc-llvm-proxy = { version = "0.9.4", optional = true }
2929
gimli = { version = "0.31.1" }
30-
libc = { version = "0.2.170" }
30+
libc = { version = "0.2.171" }
3131
llvm-sys = { features = ["disable-alltargets-init"], version = "201.0.0-rc1" }
3232
log = { version = "0.4.26" }
3333
thiserror = { version = "2.0.12" }

0 commit comments

Comments
 (0)