From 2d450b513b6e0825d063ab23e9bf5cd700bda94a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 10:23:47 +0000 Subject: [PATCH] chore: bump warp-sessions from 1.0.18 to 1.0.19 Bumps [warp-sessions](https://github.com/ajpauwels/warp-sessions) from 1.0.18 to 1.0.19. - [Release notes](https://github.com/ajpauwels/warp-sessions/releases) - [Commits](https://github.com/ajpauwels/warp-sessions/compare/v1.0.18...v1.0.19) --- updated-dependencies: - dependency-name: warp-sessions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d59869cc..2bdfc3cda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3376,9 +3376,9 @@ dependencies = [ [[package]] name = "warp-sessions" -version = "1.0.18" +version = "1.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dbdf66c553080abc9688d42c30bdd385c64fd386106682d139cf899f523489b" +checksum = "555042eb78480c0d25586d53d85a60769c9d3dc7296e1db6371724e54b7662a1" dependencies = [ "async-session", "async-trait",