diff --git a/crates/af-iperps/Cargo.toml b/crates/af-iperps/Cargo.toml index 1915c5c1..8b7c4d76 100644 --- a/crates/af-iperps/Cargo.toml +++ b/crates/af-iperps/Cargo.toml @@ -92,7 +92,7 @@ nonempty = "0.11" num_enum = "0.7" proptest = "1" public-api = "0.50.1" -reqwest = "0.12" +reqwest = "0.13" rgb = "0.8" rustdoc-json = "0.9.5" rustup-toolchain = "0.1.10" diff --git a/crates/af-oracle/Cargo.toml b/crates/af-oracle/Cargo.toml index fcb25700..62323dd5 100644 --- a/crates/af-oracle/Cargo.toml +++ b/crates/af-oracle/Cargo.toml @@ -82,7 +82,7 @@ clap = { version = "4", features = ["derive"] } color-eyre = "0.6" indicatif = "0.17" insta = "1" -reqwest = "0.12" +reqwest = "0.13" rustdoc-json = "0.9.5" rustup-toolchain = "0.1.10" sui-gql-client = { path = "../sui-gql-client" } diff --git a/crates/pyth-hermes-client/Cargo.toml b/crates/pyth-hermes-client/Cargo.toml index dffcac52..c6c37e7f 100644 --- a/crates/pyth-hermes-client/Cargo.toml +++ b/crates/pyth-hermes-client/Cargo.toml @@ -42,7 +42,7 @@ eventsource-stream = { version = "0.2", public = true, optional = true } futures-core = { version = "0.3", public = true, optional = true } hex = { version = "0.4", public = true } pyth-sdk = { version = "0.8", public = true } -reqwest = { version = "0.12", public = true, default-features = false, features = ["json"] } +reqwest = { version = "0.13", public = true, default-features = false, features = ["json"] } serde_json = { version = "1", public = true, optional = true } url = { version = "2", public = true } diff --git a/crates/sui-gql-client/Cargo.toml b/crates/sui-gql-client/Cargo.toml index c623b0cf..a7352895 100644 --- a/crates/sui-gql-client/Cargo.toml +++ b/crates/sui-gql-client/Cargo.toml @@ -37,7 +37,7 @@ bimap = { version = "0.6", public = true } cynic = { version = "3", public = true, features = ["http-reqwest"] } enum-as-inner = { version = "0.6" } futures-core = { version = "0.3", public = true } -reqwest = { version = "0.12", public = true, default-features = false } +reqwest = { version = "0.13", public = true, default-features = false } serde = { version = "1", public = true } serde_json = { version = "1", public = true } sui-framework-sdk = { version = "0.16", path = "../sui-framework-sdk" } @@ -74,7 +74,7 @@ color-eyre = "0.6" indicatif = "0.17" insta = "1" rand = "0.9" -reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] } +reqwest = { version = "0.13", default-features = false, features = ["rustls-tls"] } serde_json = "1" tokio = { version = "1", features = ["full"] } tokio-test = "0.4"