Skip to content

Commit 2f350fd

Browse files
Merge pull request #258 from aya-rs/dependabot/cargo/cargo-crates-71dd5e2900
2 parents b76efc8 + 2f3b867 commit 2f350fd

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)