Skip to content

Commit e4a9267

Browse files
Merge pull request #249 from aya-rs/dependabot/cargo/cargo-crates-cadaf20152
2 parents 1adc09e + 449aaf0 commit e4a9267

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)