diff --git a/Cargo.lock b/Cargo.lock index 5c5c4a8b7..36967f454 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1858,9 +1858,9 @@ dependencies = [ [[package]] name = "http-client" -version = "6.3.5" +version = "6.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5566ecc26bc6b04e773e680d66141fced78e091ad818e420d726c152b05a64ff" +checksum = "ea880b03c18a7e981d7fb3608b8904a98425d53c440758fcebf7d934aa56547c" dependencies = [ "async-h1", "async-native-tls", @@ -3619,18 +3619,20 @@ checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2" [[package]] name = "surf" -version = "2.2.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a154d33ca6b5e1fe6fd1c760e5a5cc1202425f6cca2e13229f16a69009f6328" +checksum = "73f856d60bdb4679fc9ec516c34093484e963431b5016a8429f85a8e74b5ccaa" dependencies = [ "async-std", "async-trait", "cfg-if 1.0.0", "futures-util", + "getrandom 0.2.2", "http-client", "http-types", "log", "mime_guess", + "once_cell", "pin-project-lite", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 82c375557..86b221ee1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ smallvec = "1.0.0" stop-token = "0.2.0" strum = "0.21.0" strum_macros = "0.21.1" -surf = { version = "2.0.0-alpha.4", default-features = false, features = ["h1-client"] } +surf = { version = "2.3.1", default-features = false, features = ["h1-client"] } thiserror = "1.0.26" toml = "0.5.6" url = "2.2.2"