diff --git a/app/native/Cargo.lock b/app/native/Cargo.lock index accf6f0c..4348e312 100644 --- a/app/native/Cargo.lock +++ b/app/native/Cargo.lock @@ -1560,9 +1560,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "reqwest" -version = "0.11.22" +version = "0.11.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b" +checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" dependencies = [ "base64 0.21.5", "bytes", @@ -1588,7 +1588,6 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "system-configuration", "tokio", "tokio-native-tls", "tokio-rustls", @@ -1894,27 +1893,6 @@ dependencies = [ "unicode-ident", ] -[[package]] -name = "system-configuration" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" -dependencies = [ - "bitflags 1.3.2", - "core-foundation", - "system-configuration-sys", -] - -[[package]] -name = "system-configuration-sys" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" -dependencies = [ - "core-foundation-sys", - "libc", -] - [[package]] name = "tempfile" version = "3.8.1" diff --git a/app/native/Cargo.toml b/app/native/Cargo.toml index 8048f323..03caf4eb 100644 --- a/app/native/Cargo.toml +++ b/app/native/Cargo.toml @@ -25,7 +25,7 @@ glob = "0.3.1" hex = "0.4.3" lazy_static = "1.4.0" os-version = "0.2.0" -reqwest = { version = "0.11.18", features = ["blocking", "json"] } +reqwest = { version = "=0.11.20", features = ["blocking", "json"] } serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0.105" } sha1 = "0.10.5"