Skip to content

Commit eda45cc

Browse files
authored
Merge pull request aya-rs#211 from aya-rs/dependabot/cargo/cargo-crates-3c70118ea3
build(deps): bump the cargo-crates group across 1 directory with 4 updates
2 parents 6f4c969 + c7295ae commit eda45cc

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 12 additions & 12 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
@@ -18,19 +18,19 @@ edition = "2021"
1818
[dependencies]
1919
# cli deps
2020
anyhow = "1.0.86"
21-
clap = { version = "4.5.8", features = ["derive"] }
21+
clap = { version = "4.5.9", features = ["derive"] }
2222
tracing-appender = "0.2"
2323
tracing-subscriber = { version = "0.3", features = ["env-filter", "registry"] }
24-
tracing-tree = "0.3"
24+
tracing-tree = "0.4"
2525

2626
# lib deps
2727
ar = { version = "0.9.0" }
2828
aya-rustc-llvm-proxy = { version = "0.9.2", optional = true }
29-
gimli = { version = "0.30.0" }
29+
gimli = { version = "0.31.0" }
3030
libc = { version = "0.2.155" }
3131
llvm-sys = { features = ["disable-alltargets-init"], version = "180.0.0-rc2" }
3232
log = { version = "0.4.22" }
33-
thiserror = { version = "1.0.61" }
33+
thiserror = { version = "1.0.63" }
3434
tracing = "0.1"
3535

3636
[dev-dependencies]

0 commit comments

Comments
 (0)