Skip to content

Commit

Permalink
Merge pull request #15 from containerscrew/dependabot/cargo/log-0.4.25
Browse files Browse the repository at this point in the history
Bump log from 0.4.22 to 0.4.25
  • Loading branch information
github-actions[bot] authored Jan 14, 2025
2 parents d467936 + 3ecb67a commit c7c9b37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cargo_metadata = { version = "0.18.0", default-features = false }
clap = { version = "4.5.26", default-features = false, features = ["std"] }
env_logger = { version = "0.11.6", default-features = false }
libc = { version = "0.2.169", default-features = false }
log = { version = "0.4.22", default-features = false }
log = { version = "0.4.25", default-features = false }
tokio = { version = "1.43.0", default-features = false }
which = { version = "6.0.0", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion nflux-ebpf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nflux-common = { path = "../nflux-common" }
aya-ebpf = { workspace = true }
aya-log-ebpf = { workspace = true }
network-types = "0.0.7"
log = "0.4.22"
log = "0.4.25"

[build-dependencies]
which = { workspace = true }
Expand Down

0 comments on commit c7c9b37

Please sign in to comment.