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"] }