From dbe1c7dd55a1549eb721e6bbe41721bfc2f60f91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 03:14:32 +0000 Subject: [PATCH] Bump actix-request-identifier from `226b098` to `c28cae5` Bumps [actix-request-identifier](https://github.com/sycured/actix-request-identifier) from `226b098` to `c28cae5`. - [Release notes](https://github.com/sycured/actix-request-identifier/releases) - [Commits](https://github.com/sycured/actix-request-identifier/compare/226b098af7c00c698c87ac7bcdf9473b1f2bb81d...c28cae5c16bfbe73870d2df3f6ce7ff7567f66b4) --- updated-dependencies: - dependency-name: actix-request-identifier dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 6b04416..609186f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,7 +84,7 @@ dependencies = [ [[package]] name = "actix-request-identifier" version = "4.0.0" -source = "git+https://github.com/sycured/actix-request-identifier?branch=main#226b098af7c00c698c87ac7bcdf9473b1f2bb81d" +source = "git+https://github.com/sycured/actix-request-identifier?branch=main#c28cae5c16bfbe73870d2df3f6ce7ff7567f66b4" dependencies = [ "actix-web", "futures",