diff --git a/rust/Cargo.lock b/rust/Cargo.lock index c976263b1..997461deb 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -4128,11 +4128,11 @@ dependencies = [ [[package]] name = "known-folders" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c644f4623d1c55eb60a9dac35e0858a59f982fb87db6ce34c872372b0a5b728f" +checksum = "d463f34ca3c400fde3a054da0e0b8c6ffa21e4590922f3e18281bb5eeef4cbdc" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 36b5cf33b..3d9519616 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -108,7 +108,7 @@ ip_network_table = { version = "0.2", default-features = false } itertools = "0.14" jni = "0.21.1" keyring = "3.6.3" -known-folders = "1.3.1" +known-folders = "1.4.0" l3-tcp = { path = "connlib/l3-tcp" } l3-udp-dns-client = { path = "connlib/l3-udp-dns-client" } l4-tcp-dns-server = { path = "connlib/l4-tcp-dns-server" }