Skip to content

Commit 6e688f3

Browse files
Merge pull request #273 from aya-rs/dependabot/cargo/cargo-crates-6234b45f54
2 parents 6f1e898 + e2bab5d commit 6e688f3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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.98"
21-
clap = { version = "4.5.36", features = ["derive"] }
21+
clap = { version = "4.5.37", 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.171" }
30+
libc = { version = "0.2.172" }
3131
llvm-sys = { features = ["disable-alltargets-init"], version = "201.0.0-rc1" }
3232
log = { version = "0.4.27" }
3333
thiserror = { version = "2.0.12" }

0 commit comments

Comments
 (0)