diff --git a/Cargo.lock b/Cargo.lock index 844e8d823..78d67866a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1406,9 +1406,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.21.0" +version = "1.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" +checksum = "d258b83ceec21034727ecee8c382cfa6c3e133699b0742c64571814fb420c9f7" dependencies = [ "getrandom 0.4.2", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 7c70f3dcb..585981c32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ symbolic-demangle = { version = "12.17", default-features = false } tabled = "0.20" tempfile = "3.26" tera = "1.20" -uuid = { version = "1.21", features = ["v4"] } +uuid = { version = "1.23", features = ["v4"] } walkdir = "2.5" zip = { version = "8.2", default-features = false }