diff --git a/Cargo.lock b/Cargo.lock index 6fb20e8..60c74c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1426,9 +1426,9 @@ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" [[package]] name = "uuid" -version = "1.10.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" +checksum = "b913a3b5fe84142e269d63cc62b64319ccaf89b748fc31fe025177f767a756c4" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index b68ef1c..6841317 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ tokio = "1.26" tonic = "0.12" tonic-build = "0.12" tower = "0.4" -uuid = { version = "1.0", features = ["v4"] } +uuid = { version = "1.11", features = ["v4"] } [[bin]] name = "containerd-shim-runh-v2"