Skip to content

Commit

Permalink
Merge pull request #249 from aya-rs/dependabot/cargo/cargo-crates-cad…
Browse files Browse the repository at this point in the history
…af20152
  • Loading branch information
dependabot[bot] authored Dec 24, 2024
2 parents 1adc09e + 449aaf0 commit e4a9267
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 26 deletions.
41 changes: 19 additions & 22 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 @@ -17,7 +17,7 @@ edition = "2021"

[dependencies]
# cli deps
anyhow = "1.0.94"
anyhow = "1.0.95"
clap = { version = "4.5.23", features = ["derive"] }
tracing-appender = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter", "registry"] }
Expand All @@ -27,17 +27,17 @@ tracing-tree = "0.4"
ar = { version = "0.9.0" }
aya-rustc-llvm-proxy = { version = "0.9.3", optional = true }
gimli = { version = "0.31.1" }
libc = { version = "0.2.168" }
libc = { version = "0.2.169" }
llvm-sys = { features = ["disable-alltargets-init"], version = "191.0.0" }
log = { version = "0.4.22" }
thiserror = { version = "2.0.7" }
thiserror = { version = "2.0.9" }
tracing = "0.1"

[dev-dependencies]
compiletest_rs = { version = "0.11.0" }
regex = { version = "1.11.1", default-features = false }
rustc-build-sysroot = { version = "0.5.4", default-features = false }
which = { version = "7.0.0", default-features = false, features = ["regex"] }
which = { version = "7.0.1", default-features = false, features = ["regex"] }

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

0 comments on commit e4a9267

Please sign in to comment.