Skip to content

Commit 449aaf0

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), [libc](https://github.com/rust-lang/libc), [thiserror](https://github.com/dtolnay/thiserror) and [which](https://github.com/harryfei/which-rs). Updates `anyhow` from 1.0.94 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.94...1.0.95) Updates `libc` from 0.2.168 to 0.2.169 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.168...0.2.169) Updates `thiserror` from 2.0.7 to 2.0.9 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.7...2.0.9) Updates `which` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@7.0.0...7.0.1) --- updated-dependencies: - dependency-name: anyhow 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: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-crates - dependency-name: which dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-crates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1adc09e commit 449aaf0

File tree

2 files changed

+23
-26
lines changed

2 files changed

+23
-26
lines changed

Cargo.lock

Lines changed: 19 additions & 22 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,7 +17,7 @@ edition = "2021"
1717

1818
[dependencies]
1919
# cli deps
20-
anyhow = "1.0.94"
20+
anyhow = "1.0.95"
2121
clap = { version = "4.5.23", features = ["derive"] }
2222
tracing-appender = "0.2"
2323
tracing-subscriber = { version = "0.3", features = ["env-filter", "registry"] }
@@ -27,17 +27,17 @@ 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.168" }
30+
libc = { version = "0.2.169" }
3131
llvm-sys = { features = ["disable-alltargets-init"], version = "191.0.0" }
3232
log = { version = "0.4.22" }
33-
thiserror = { version = "2.0.7" }
33+
thiserror = { version = "2.0.9" }
3434
tracing = "0.1"
3535

3636
[dev-dependencies]
3737
compiletest_rs = { version = "0.11.0" }
3838
regex = { version = "1.11.1", default-features = false }
3939
rustc-build-sysroot = { version = "0.5.4", default-features = false }
40-
which = { version = "7.0.0", default-features = false, features = ["regex"] }
40+
which = { version = "7.0.1", default-features = false, features = ["regex"] }
4141

4242
[[bin]]
4343
name = "bpf-linker"

0 commit comments

Comments
 (0)