From 54ef41d7c9475b8b2ff03da8932c5c69e25b690c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 19:02:24 +0000 Subject: [PATCH] editoast: bump reqwest from 0.11.11 to 0.11.12 in /editoast Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.11 to 0.11.12. - [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.11...v0.11.12) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- editoast/Cargo.lock | 6 +++--- editoast/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/editoast/Cargo.lock b/editoast/Cargo.lock index 5153d95002b..f71280dd09c 100644 --- a/editoast/Cargo.lock +++ b/editoast/Cargo.lock @@ -1422,9 +1422,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.11" +version = "0.11.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92" +checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc" dependencies = [ "base64 0.13.0", "bytes", @@ -1438,10 +1438,10 @@ dependencies = [ "hyper-tls", "ipnet", "js-sys", - "lazy_static", "log 0.4.17", "mime 0.3.16", "native-tls", + "once_cell", "percent-encoding 2.1.0", "pin-project-lite", "serde", diff --git a/editoast/Cargo.toml b/editoast/Cargo.toml index e662a60db6e..06f4004517b 100644 --- a/editoast/Cargo.toml +++ b/editoast/Cargo.toml @@ -16,7 +16,7 @@ derivative = "2.2.0" diesel = { version = "1.4.8", features = ["postgres", "uuidv07", "serde_json"] } json-patch = "0.2.6" rand = "0.8.5" -reqwest = { version="~0.11.11", features=["blocking", "json"] } +reqwest = { version="~0.11.12", features=["blocking", "json"] } rocket = "~0.4.11" rocket_contrib = {version="~0.4.11", features=["json", "diesel_postgres_pool", "uuid"]} rocket_cors = "0.5.2"