diff --git a/Cargo.lock b/Cargo.lock index 250c18fbb..d37bde7d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -326,7 +326,7 @@ dependencies = [ "log", "prost 0.13.2", "protobuf 3.5.1", - "reqwest 0.12.5", + "reqwest 0.12.8", "rstest", "serde", "serde_json", @@ -1046,7 +1046,7 @@ dependencies = [ "log", "prost 0.13.2", "rand", - "reqwest 0.12.5", + "reqwest 0.12.8", "rstest", "serde", "serde_json", @@ -1870,7 +1870,7 @@ dependencies = [ "base64 0.13.1", "hmac 0.9.0", "openssl", - "reqwest 0.12.5", + "reqwest 0.12.8", "ring", "serde", "serde_derive", @@ -2576,7 +2576,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.5", + "socket2 0.4.10", "tokio", "tower-service", "tracing", @@ -2788,7 +2788,7 @@ dependencies = [ "ocicrypt-rs", "prost 0.13.2", "protobuf 3.5.1", - "reqwest 0.12.5", + "reqwest 0.12.8", "resource_uri", "ring", "rstest", @@ -3146,7 +3146,7 @@ dependencies = [ "kbs-types", "log", "protobuf 3.5.1", - "reqwest 0.12.5", + "reqwest 0.12.8", "resource_uri", "rstest", "serde", @@ -3183,7 +3183,7 @@ dependencies = [ "p12", "prost 0.13.2", "rand", - "reqwest 0.12.5", + "reqwest 0.12.8", "resource_uri", "ring", "rstest", @@ -3362,7 +3362,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -3946,7 +3946,7 @@ dependencies = [ "lazy_static", "olpc-cjson", "regex", - "reqwest 0.12.5", + "reqwest 0.12.8", "serde", "serde_json", "sha2 0.10.8", @@ -3971,7 +3971,7 @@ dependencies = [ "lazy_static", "olpc-cjson", "regex", - "reqwest 0.12.5", + "reqwest 0.12.8", "serde", "serde_json", "sha2 0.10.8", @@ -4988,7 +4988,7 @@ dependencies = [ "serde_json", "serde_urlencoded", "sync_wrapper 0.1.2", - "system-configuration", + "system-configuration 0.5.1", "tokio", "tokio-native-tls", "tower-service", @@ -4996,14 +4996,14 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "winreg 0.50.0", + "winreg", ] [[package]] name = "reqwest" -version = "0.12.5" +version = "0.12.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37" +checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b" dependencies = [ "base64 0.22.1", "bytes", @@ -5036,7 +5036,7 @@ dependencies = [ "serde_json", "serde_urlencoded", "sync_wrapper 1.0.1", - "system-configuration", + "system-configuration 0.6.1", "tokio", "tokio-native-tls", "tokio-rustls", @@ -5048,7 +5048,7 @@ dependencies = [ "wasm-streams", "web-sys", "webpki-roots", - "winreg 0.52.0", + "windows-registry", ] [[package]] @@ -5490,7 +5490,7 @@ dependencies = [ "aes", "aes-gcm", "anyhow", - "base64 0.22.1", + "base64 0.21.7", "block-padding", "blowfish", "buffered-reader", @@ -6091,6 +6091,9 @@ name = "sync_wrapper" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" +dependencies = [ + "futures-core", +] [[package]] name = "system-configuration" @@ -6100,7 +6103,18 @@ checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" dependencies = [ "bitflags 1.3.2", "core-foundation", - "system-configuration-sys", + "system-configuration-sys 0.5.0", +] + +[[package]] +name = "system-configuration" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" +dependencies = [ + "bitflags 2.6.0", + "core-foundation", + "system-configuration-sys 0.6.0", ] [[package]] @@ -6113,6 +6127,16 @@ dependencies = [ "libc", ] +[[package]] +name = "system-configuration-sys" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" +dependencies = [ + "core-foundation-sys", + "libc", +] + [[package]] name = "tar" version = "0.4.41" @@ -7103,6 +7127,36 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-registry" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" +dependencies = [ + "windows-result", + "windows-strings", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-result" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" +dependencies = [ + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-strings" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" +dependencies = [ + "windows-result", + "windows-targets 0.52.6", +] + [[package]] name = "windows-sys" version = "0.45.0" @@ -7336,16 +7390,6 @@ dependencies = [ "windows-sys 0.48.0", ] -[[package]] -name = "winreg" -version = "0.52.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" -dependencies = [ - "cfg-if", - "windows-sys 0.48.0", -] - [[package]] name = "x25519-dalek" version = "2.0.1"