1
0
mirror of https://github.com/containers/youki synced 2024-11-22 17:02:00 +01:00

Merge pull request #2810 from containers/dependabot/cargo/patch-abd6868af9

This commit is contained in:
github-actions[bot] 2024-06-10 07:49:55 +00:00 committed by GitHub
commit 4d4ce7c371
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated

@ -2977,9 +2977,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.10.4"
version = "1.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
dependencies = [
"aho-corasick",
"memchr",

@ -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.4", default-features = false, features = ["std", "unicode-perl"] }
regex = { version = "1.10.5", default-features = false, features = ["std", "unicode-perl"] }
thiserror = "1.0.61"
tracing = { version = "0.1.40", features = ["attributes"] }
safe-path = "0.1.0"