From 2f3e4be3a026a7b88515bd15afe60f0449a9a489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:25:06 +0000 Subject: [PATCH] chore(deps): bump reqwest from 0.12.7 to 0.12.8 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.7 to 0.12.8. - [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.7...v0.12.8) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03a028dc..2d00e8de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -588,7 +588,7 @@ dependencies = [ "katana-rpc-api", "once_cell", "regex", - "reqwest 0.12.7", + "reqwest 0.12.8", "serde", "serde_json", "starknet-crypto 0.7.2", @@ -6394,9 +6394,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.7" +version = "0.12.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8f4955649ef5c38cc7f9e8aa41761d48fb9677197daea9984dc54f56aad5e63" +checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b" dependencies = [ "base64 0.22.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 775fe9d0..5c01a3f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ starknet_api = { git = "https://github.com/sergey-melnychuk/sequencer.git", tag cairo-lang-starknet-classes = { git = "https://github.com/sergey-melnychuk/cairo.git", tag = "beerus-wasm-2024-09-22" } helios = { git = "https://github.com/sergey-melnychuk/helios", branch = "beerus-wasm" } -reqwest = { version = "0.12.3", default-features = false, features = ["json", "rustls-tls"] } +reqwest = { version = "0.12.8", default-features = false, features = ["json", "rustls-tls"] } ureq = { version = "2.10.1", features = ["json"] }