mirror of
https://github.com/containers/youki
synced 2024-11-22 17:02:00 +01:00
Merge pull request #2870 from containers/dependabot/cargo/patch-7c2a76bab6
This commit is contained in:
commit
b62d5d23db
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -1300,9 +1300,9 @@ checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
|
||||
|
||||
[[package]]
|
||||
name = "flate2"
|
||||
version = "1.0.30"
|
||||
version = "1.0.31"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
|
||||
checksum = "7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920"
|
||||
dependencies = [
|
||||
"crc32fast",
|
||||
"miniz_oxide",
|
||||
@ -3011,9 +3011,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "regex"
|
||||
version = "1.10.5"
|
||||
version = "1.10.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
|
||||
checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
|
||||
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.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"
|
||||
|
Loading…
Reference in New Issue
Block a user