Skip to content

Commit

Permalink
build(deps): update env_logger requirement in /tools/xdp
Browse files Browse the repository at this point in the history
Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version.
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.10.0...v0.10.2)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 577f2d4 commit c7e646d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/xdp/tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ aya = { version = ">=0.11", features = ["async_tokio"] }
aya-log = "0.1"
clap = { version = "4.1", features = ["derive"] }
anyhow = "1.0.68"
env_logger = "0.10"
env_logger = "0.11"
log = "0.4"
s2n-quic-xdp = { path = "../s2n-quic-xdp" }
tokio = { version = "1.24", features = ["macros", "rt", "rt-multi-thread", "net", "signal"] }
2 changes: 1 addition & 1 deletion tools/xdp/xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ anyhow = "1"
bindgen = "0.69"
clap = { version = "4.1", features = ["derive"] }
elf = "0.7"
env_logger = "0.10"
env_logger = "0.11"
rbpf = "0.2"
similar = "2"

0 comments on commit c7e646d

Please sign in to comment.