From 0de5ee26b9fa8d67902169bca5455e53dee2e4c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:42:13 +0000 Subject: [PATCH] chore(deps): update reqwest requirement from 0.11.23 to 0.12.3 Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [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.23...v0.12.3) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5887f6a..e1fc319 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ miette = { version = "5.10.0", features = ["fancy"] } thiserror = "1.0.56" tokio = { version = "1.35.1", features = ["full"] } tracing = "0.1.40" -reqwest = { version = "0.11.23", features = ["rustls-tls", "cookies", "json"] } +reqwest = { version = "0.12.3", features = ["rustls-tls", "cookies", "json"] } url = "2.5.0" serde = { version = "1.0.195", features = ["derive"] } serde_json = "1.0.111"