Skip to content

Commit

Permalink
Merge pull request aya-rs#185 from aya-rs/dependabot/cargo/production…
Browse files Browse the repository at this point in the history
…-dependencies-e40b347663
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
2 parents 530b482 + 2143ca6 commit 8fd4d76
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ edition = "2021"

[dependencies]
# cli deps
clap = { version = "4.5.0", features = ["derive"] }
clap = { version = "4.5.1", features = ["derive"] }
tracing-appender = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter", "registry"] }
tracing-tree = "0.3"

# lib deps
ar = { version = "0.9.0" }
aya-rustc-llvm-proxy = { version = "0.9.1", optional = true }
gimli = { version = "0.28.0" }
gimli = { version = "0.28.1" }
libc = { version = "0.2.153" }
llvm-sys = { features = ["disable-alltargets-init"], version = "180.0.0-rc2" }
log = { version = "0.4.20" }
Expand Down

0 comments on commit 8fd4d76

Please sign in to comment.