From 3d4f8e9677d271f67cbe2377f9e0bf0e6a385567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 23:45:19 +0000 Subject: [PATCH] chore(deps): bump the rust-dependencies group with 1 update Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. Updates `reqwest` to 0.12.2 - [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.11.18...v0.12.2) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }