From f0efc2c6950db265cb71b026fdba47f70ebf073a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 09:56:20 +0000 Subject: [PATCH] Bump axum-extra from 0.3.6 to 0.3.7 Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.3.6 to 0.3.7. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-extra-v0.3.6...axum-extra-v0.3.7) --- updated-dependencies: - dependency-name: axum-extra dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/axum-utils/Cargo.toml | 2 +- crates/handlers/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1bf218d3..ce9a9e49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -541,9 +541,9 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.3.6" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "277c75e6c814b061ae4947d02335d9659db9771b9950cca670002ae986372f44" +checksum = "69034b3b0fd97923eee2ce8a47540edb21e07f48f87f67d44bb4271cec622bdb" dependencies = [ "axum", "bytes 1.2.1", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index dbad5c73..fdf1fcc0 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] async-trait = "0.1.57" axum = { version = "0.5.15", features = ["headers"] } -axum-extra = { version = "0.3.6", features = ["cookie-private"] } +axum-extra = { version = "0.3.7", features = ["cookie-private"] } bincode = "1.3.3" chrono = "0.4.20" data-encoding = "2.3.2" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 166f1e8f..ecd90a82 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -22,7 +22,7 @@ tower = "0.4.13" tower-http = { version = "0.3.4", features = ["cors"] } axum = "0.5.15" axum-macros = "0.2.3" -axum-extra = { version = "0.3.6", features = ["cookie-private"] } +axum-extra = { version = "0.3.7", features = ["cookie-private"] } # Emails lettre = { version = "0.10.1", default-features = false, features = ["builder"] }