Skip to content

Commit

Permalink
Merge pull request #2870 from containers/dependabot/cargo/patch-7c2a7…
Browse files Browse the repository at this point in the history
…6bab6
  • Loading branch information
github-actions[bot] authored Aug 5, 2024
2 parents 707b9ac + ef2596d commit b62d5d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 crates/libcontainer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rust-criu = "0.4.0"
protobuf = "= 3.2.0" # https://github.com/checkpoint-restore/rust-criu/issues/19
regex = { version = "1.10.5", default-features = false, features = ["std", "unicode-perl"] }
regex = { version = "1.10.6", default-features = false, features = ["std", "unicode-perl"] }
thiserror = "1.0.63"
tracing = { version = "0.1.40", features = ["attributes"] }
safe-path = "0.1.0"
Expand Down

0 comments on commit b62d5d2

Please sign in to comment.