diff --git a/rust/Cargo.lock b/rust/Cargo.lock index d1ee2f00a..405c65193 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -8739,9 +8739,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.17.0" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" +checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be" dependencies = [ "getrandom 0.3.3", "js-sys", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index bee827c8a..fc96504ab 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -200,7 +200,7 @@ trackable = "1.3.0" tun = { path = "connlib/tun" } uniffi = "0.29.4" url = "2.5.2" -uuid = "1.17.0" +uuid = "1.18.0" which = "4.4.2" windows = "0.61.3" windows-core = "0.61.1"