diff --git a/rust/Cargo.lock b/rust/Cargo.lock index b1c17da..c92c507 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -3522,9 +3522,9 @@ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" [[package]] name = "uuid" -version = "1.18.1" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" +checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" dependencies = [ "getrandom 0.3.3", "js-sys", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 0b17252..e85363c 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -31,7 +31,7 @@ rand_distr = "0.5.1" cpal = "0.16.0" byteorder = "1.5.0" once_cell = "1.21.3" -uuid = { version = "1.18.1", features = ["v4"] } +uuid = { version = "1.19.0", features = ["v4"] } native-dialog = "0.9.3" rayon = "1.11.0" ndarray = "0.17.1"