diff --git a/Cargo.lock b/Cargo.lock index b136e113..3d83ff80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3173,9 +3173,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.11.1" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b913a3b5fe84142e269d63cc62b64319ccaf89b748fc31fe025177f767a756c4" +checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index 562f43af..89a402ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ tokio = { version = "1.29", features = ["full"] } tokio-stream = { version = "0.1", features = ["fs"] } tokio-util = { version = "0.7", features = ["compat"] } usdt = "0.5.0" -uuid = { version = "1.11", default-features = false } +uuid = { version = "1.12", default-features = false } version_check = "0.9.5" zerocopy = "0.6.6" zip = { version = "0.6.6", default-features = false, features = ["deflate", "bzip2"] }