Skip to content

Commit

Permalink
Merge pull request #255 from aya-rs/dependabot/cargo/cargo-crates-48d…
Browse files Browse the repository at this point in the history
…3093e1d
  • Loading branch information
dependabot[bot] authored Feb 11, 2025
2 parents 3c91b06 + 7a8c302 commit d47820a
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 @@ -18,7 +18,7 @@ edition = "2021"
[dependencies]
# cli deps
anyhow = "1.0.95"
clap = { version = "4.5.27", features = ["derive"] }
clap = { version = "4.5.28", features = ["derive"] }
tracing-appender = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter", "registry"] }
tracing-tree = "0.4"
Expand All @@ -37,7 +37,7 @@ tracing = "0.1"
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.1", default-features = false, features = ["regex"] }
which = { version = "7.0.2", default-features = false, features = ["regex"] }

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

0 comments on commit d47820a

Please sign in to comment.