diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index cf0debf..48b41e6 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -5461,9 +5461,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[package]] name = "uuid" -version = "1.23.2" +version = "1.23.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d258b83ceec21034727ecee8c382cfa6c3e133699b0742c64571814fb420c9f7" +checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53" dependencies = [ "getrandom 0.4.2", "js-sys", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 0a5c52d..c52d08c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -36,7 +36,7 @@ tokio = { version = "=1.52.3", features = ["fs", "io-util", "net", "process", "s tokio-tungstenite = "=0.29.0" tower = { version = "=0.5.3", features = ["util"] } trash = "=5.2.6" -uuid = { version = "=1.23.2", features = ["v4"] } +uuid = { version = "=1.23.4", features = ["v4"] } [dev-dependencies] tempfile = "=3.27.0"