From 67b19427911f27ba4cfaf47dd28b71cd3079b2b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 15:37:44 +0000 Subject: [PATCH] Bump actix-web-lab from 0.19.1 to 0.19.2 Bumps [actix-web-lab](https://github.com/robjtede/actix-web-lab) from 0.19.1 to 0.19.2. - [Release notes](https://github.com/robjtede/actix-web-lab/releases) - [Commits](https://github.com/robjtede/actix-web-lab/compare/lab-v0.19.1...lab-v0.19.2) --- updated-dependencies: - dependency-name: actix-web-lab dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 147c8af..0f3e22d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,9 +225,9 @@ dependencies = [ [[package]] name = "actix-web-lab" -version = "0.19.1" +version = "0.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e9f49571dfcf49ed79c6e7a645e9554ae01925eb55fa6e3b2501ceeed24d7e7" +checksum = "f9b7c50a90657ef1868db9dd85f74e82c4d9858ce583d4639ae3583f0bb97775" dependencies = [ "actix-http", "actix-router", @@ -1161,9 +1161,9 @@ checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" [[package]] name = "itertools" -version = "0.10.5" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" +checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" dependencies = [ "either", ]