diff --git a/Cargo.lock b/Cargo.lock index 164d2dc..26d498a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1630,9 +1630,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" +checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index 130211e..ba0598b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ tokio = { version = "1.43", features = ["sync", "macros", "time" ] } tokio-tungstenite = "0.24.0" uniffi = { version = "0.28.0", features = ["tokio"] } url = "2.5" -uuid = { version = "1.11.0", features = ["v4"] } +uuid = { version = "1.12.0", features = ["v4"] } native-tls = { version = "0.2", features = ["vendored"], optional = true} [dev-dependencies]