Skip to content

Commit 2f3b867

Browse files
build(deps): bump the cargo-crates group with 4 updates
Bumps the cargo-crates group with 4 updates: [anyhow](https://github.com/dtolnay/anyhow), [clap](https://github.com/clap-rs/clap), [libc](https://github.com/rust-lang/libc) and [log](https://github.com/rust-lang/log). Updates `anyhow` from 1.0.95 to 1.0.96 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.95...1.0.96) Updates `clap` from 4.5.30 to 4.5.31 - [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.30...v4.5.31) Updates `libc` from 0.2.169 to 0.2.170 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.170/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.169...0.2.170) Updates `log` from 0.4.25 to 0.4.26 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.25...0.4.26) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-crates - 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 - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-crates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b76efc8 commit 2f3b867

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ edition = "2021"
1717

1818
[dependencies]
1919
# cli deps
20-
anyhow = "1.0.95"
21-
clap = { version = "4.5.30", features = ["derive"] }
20+
anyhow = "1.0.96"
21+
clap = { version = "4.5.31", features = ["derive"] }
2222
tracing-appender = "0.2"
2323
tracing-subscriber = { version = "0.3", features = ["env-filter", "registry"] }
2424
tracing-tree = "0.4"
@@ -27,9 +27,9 @@ tracing-tree = "0.4"
2727
ar = { version = "0.9.0" }
2828
aya-rustc-llvm-proxy = { version = "0.9.3", optional = true }
2929
gimli = { version = "0.31.1" }
30-
libc = { version = "0.2.169" }
30+
libc = { version = "0.2.170" }
3131
llvm-sys = { features = ["disable-alltargets-init"], version = "191.0.0" }
32-
log = { version = "0.4.25" }
32+
log = { version = "0.4.26" }
3333
thiserror = { version = "2.0.11" }
3434
tracing = "0.1"
3535

0 commit comments

Comments
 (0)