From 8e731c49d912b92a461bf827ddd39e7630b12b95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 07:44:39 +0000 Subject: [PATCH] Bump axum-extra from 0.3.2 to 0.3.3 Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.3.2 to 0.3.3. - [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.2...axum-extra-v0.3.3) --- 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 d345fe47..ba1d4e62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -516,9 +516,9 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f7722ba91ada388a441af40f7bd202f2c417ee62a2e2c1b53ca450466e0b88a" +checksum = "75330529f6b27544cedc6089108602a056d016df6aa4f2cb24408d840392ef2d" dependencies = [ "axum", "bytes 1.1.0", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 59051ef0..944180a2 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.53" axum = { version = "0.5.6", features = ["headers"] } -axum-extra = { version = "0.3.2", features = ["cookie-private"] } +axum-extra = { version = "0.3.3", features = ["cookie-private"] } bincode = "1.3.3" chrono = "0.4.19" data-encoding = "2.3.2" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index bc1c7475..18567a25 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -22,7 +22,7 @@ tower = "0.4.12" tower-http = { version = "0.3.3", features = ["cors"] } axum = "0.5.6" axum-macros = "0.2.2" -axum-extra = { version = "0.3.2", features = ["cookie-private"] } +axum-extra = { version = "0.3.3", features = ["cookie-private"] } # Emails lettre = { version = "0.10.0-rc.6", default-features = false, features = ["builder"] }