diff --git a/Cargo.lock b/Cargo.lock index 22492040e..37329ddee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5770,9 +5770,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.4.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" +checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc" dependencies = [ "getrandom 0.2.10", "serde", diff --git a/core/Cargo.toml b/core/Cargo.toml index 7b78d6e5a..724aa8c9f 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -51,7 +51,7 @@ serde_yaml = "0.9.27" shadow-rs = { version = "0.24.1", default-features = false } thiserror = "1.0.50" url = "2.4.1" -uuid = { version = "1.4.1", features = ["v4", "wasm-bindgen"] } +uuid = { version = "1.5.0", features = ["v4", "wasm-bindgen"] } wasm-timer = "0.2.5" # web