From baf650fdbb21e2cc7b78f84d5c4e6d9b9ad1ece8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 00:43:30 +0000 Subject: [PATCH] chore(deps): update reqwest requirement from 0.12 to 0.13 Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.0...v0.13.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/af-iperps/Cargo.toml | 2 +- crates/af-oracle/Cargo.toml | 2 +- crates/pyth-hermes-client/Cargo.toml | 2 +- crates/sui-gql-client/Cargo.toml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) 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"