diff --git a/Cargo.toml b/Cargo.toml index e91055dae..fe41bfbbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ abomonation_derive = { version = "0.1.0", package = "abomonation_derive_ng" } byteorder = "1.4.3" circom-scotia = { git = "https://github.com/lurk-lab/circom-scotia", branch = "main" } sha2 = { version = "0.10.2" } -reqwest = { version = "0.11.18", features = ["stream", "blocking"] } +reqwest = { version = "0.12.2", features = ["stream", "blocking"] } ansi_term = "0.12.1" tracing = { workspace = true } tracing-texray = { workspace = true }