From a9abf85cf8df50c49d0cdbae320e54213c589662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 20:15:15 +0000 Subject: [PATCH] Update reqwest requirement from 0.11 to 0.12 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.0...v0.12.4) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/nsi-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nsi-core/Cargo.toml b/crates/nsi-core/Cargo.toml index e986ccd..60d761e 100644 --- a/crates/nsi-core/Cargo.toml +++ b/crates/nsi-core/Cargo.toml @@ -29,7 +29,7 @@ nightly = [] ustr_handles = [] [build-dependencies] -reqwest = { version = "0.11", features = ["blocking"], optional = true } +reqwest = { version = "0.12", features = ["blocking"], optional = true } [dependencies] dlopen2 = { version = "0.6", optional = true }