Skip to content

Commit

Permalink
chore(deps): address RUSTSEC-2024-0344 & yanked libc (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
mccormickt authored Jun 21, 2024
1 parent b584bec commit 72fe86a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
15 changes: 4 additions & 11 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 auraed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fancy-regex = { workspace = true }
futures = "0.3.28"
ipnetwork = "0.20.0"
iter_tools = "0.1.4"
libc = "0.2.147" # TODO: Nix comes with libc, can we rely on that?
libc = "0.2.155" # TODO: Nix comes with libc, can we rely on that?
lazy_static = { workspace = true }
libcgroups = { git = "https://github.com/containers/youki", rev = "f4e7e300e6be7a4ea758a436218b9db1b39c69cd", default-features = false, features = [
"v2",
Expand Down

0 comments on commit 72fe86a

Please sign in to comment.