Skip to content

Commit

Permalink
Merge pull request aya-rs#221 from aya-rs/dependabot/cargo/cargo-crat…
Browse files Browse the repository at this point in the history
…es-4ebff5f714
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
2 parents 90a5ae4 + 2ece7f6 commit 28724af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ edition = "2021"
[dependencies]
# cli deps
anyhow = "1.0.86"
clap = { version = "4.5.15", features = ["derive"] }
clap = { version = "4.5.16", features = ["derive"] }
tracing-appender = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter", "registry"] }
tracing-tree = "0.4"
Expand All @@ -27,7 +27,7 @@ tracing-tree = "0.4"
ar = { version = "0.9.0" }
aya-rustc-llvm-proxy = { version = "0.9.3", optional = true }
gimli = { version = "0.31.0" }
libc = { version = "0.2.155" }
libc = { version = "0.2.158" }
llvm-sys = { features = ["disable-alltargets-init"], version = "191.0.0-rc1" }
log = { version = "0.4.22" }
thiserror = { version = "1.0.63" }
Expand All @@ -37,7 +37,7 @@ tracing = "0.1"
compiletest_rs = { version = "0.10.1" }
regex = { version = "1.10.6", default-features = false }
rustc-build-sysroot = { version = "0.5.3", default-features = false }
which = { version = "6.0.2", default-features = false, features = ["regex"] }
which = { version = "6.0.3", default-features = false, features = ["regex"] }

[[bin]]
name = "bpf-linker"
Expand Down

0 comments on commit 28724af

Please sign in to comment.