diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 9031a5733..3747694db 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -5012,9 +5012,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "reqwest" -version = "0.11.24" +version = "0.11.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251" +checksum = "0eea5a9eb898d3783f17c6407670e3592fd174cb81a10e51d4c37f49450b9946" dependencies = [ "base64 0.21.7", "bytes", @@ -5974,20 +5974,20 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" [[package]] name = "system-configuration" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" +checksum = "658bc6ee10a9b4fcf576e9b0819d95ec16f4d2c02d39fd83ac1c8789785c4a42" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.4.2", "core-foundation", "system-configuration-sys", ] [[package]] name = "system-configuration-sys" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" +checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" dependencies = [ "core-foundation-sys", "libc", diff --git a/rust/connlib/clients/shared/Cargo.toml b/rust/connlib/clients/shared/Cargo.toml index 7141c1831..89718f55b 100644 --- a/rust/connlib/clients/shared/Cargo.toml +++ b/rust/connlib/clients/shared/Cargo.toml @@ -23,7 +23,7 @@ serde = { version = "1.0", default-features = false, features = ["std", "derive" backoff = { workspace = true } url = { version = "2.4.1", features = ["serde"] } time = { version = "0.3.34", features = ["formatting"] } -reqwest = { version = "0.11.22", default-features = false, features = ["stream", "rustls-tls"] } +reqwest = { version = "0.11.25", default-features = false, features = ["stream", "rustls-tls"] } tokio-tungstenite = { version = "0.21", default-features = false, features = ["connect", "handshake", "rustls-tls-webpki-roots"] } async-compression = { version = "0.4.6", features = ["tokio", "gzip"] } parking_lot = "0.12" diff --git a/rust/gui-client/src-tauri/Cargo.toml b/rust/gui-client/src-tauri/Cargo.toml index 2e7899365..0dac63d68 100644 --- a/rust/gui-client/src-tauri/Cargo.toml +++ b/rust/gui-client/src-tauri/Cargo.toml @@ -31,7 +31,7 @@ minidumper = "0.8.2" native-dialog = "0.7.0" output_vt100 = "0.1" rand = "0.8.5" -reqwest = { version = "0.11.22", default-features = false, features = ["stream", "rustls-tls"] } +reqwest = { version = "0.11.25", default-features = false, features = ["stream", "rustls-tls"] } ring = "0.17" sadness-generator = "0.5.0" secrecy = { workspace = true }