Skip to content

Commit

Permalink
Merge pull request #211 from aya-rs/dependabot/cargo/cargo-crates-3c7…
Browse files Browse the repository at this point in the history
…0118ea3

build(deps): bump the cargo-crates group across 1 directory with 4 updates
  • Loading branch information
dave-tucker committed Jul 22, 2024
2 parents 6f4c969 + c7295ae commit eda45cc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ edition = "2021"
[dependencies]
# cli deps
anyhow = "1.0.86"
clap = { version = "4.5.8", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
tracing-appender = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter", "registry"] }
tracing-tree = "0.3"
tracing-tree = "0.4"

# lib deps
ar = { version = "0.9.0" }
aya-rustc-llvm-proxy = { version = "0.9.2", optional = true }
gimli = { version = "0.30.0" }
gimli = { version = "0.31.0" }
libc = { version = "0.2.155" }
llvm-sys = { features = ["disable-alltargets-init"], version = "180.0.0-rc2" }
log = { version = "0.4.22" }
thiserror = { version = "1.0.61" }
thiserror = { version = "1.0.63" }
tracing = "0.1"

[dev-dependencies]
Expand Down

0 comments on commit eda45cc

Please sign in to comment.