Skip to content

Commit

Permalink
Merge pull request #148 from aya-rs/dependabot/cargo/examples/kprobet…
Browse files Browse the repository at this point in the history
…cp/env_logger-0.11
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
2 parents 1e80186 + 6968f3f commit a0089f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kprobetcp/kprobetcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aya-log = { git = "https://github.com/aya-rs/aya" }
kprobetcp-common = { path = "../kprobetcp-common", features = ["user"] }
anyhow = "1"
clap = { version = "4.1", features = ["derive"] }
env_logger = "0.10"
env_logger = "0.11"
log = "0.4"
tokio = { version = "1.25", features = [
"macros",
Expand Down

0 comments on commit a0089f8

Please sign in to comment.