diff --git a/Cargo.lock b/Cargo.lock index 54383e8d..45666cb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7704,9 +7704,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.22" +version = "0.12.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" +checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" dependencies = [ "base64 0.22.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index e5db0b9a..efa17c3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ prometheus-http-query = "0.8.3" prometheus-parse = "0.2.5" rand = "0.8.5" remote-attestation-verifier = { git = "https://github.com/atoma-network/nvrust.git", branch = "main", package = "remote-attestation-verifier" } -reqwest = "0.12.22" +reqwest = "0.12.24" rs_merkle = "1.4.2" sentry = { version = "0.37.0", features = [ "tracing" ] } serde = "1.0.219"