From dd722eb4fefce8a1ba255f8b9a3e580746d17776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 21:31:33 +0000 Subject: [PATCH] Bump axum-extra from 0.7.4 to 0.7.5 Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.7.4 to 0.7.5. - [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.7.4...axum-extra-v0.7.5) --- updated-dependencies: - dependency-name: axum-extra dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 717c9c8c..57df6537 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -354,9 +354,9 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "febf23ab04509bd7672e6abe76bd8277af31b679e89fa5ffc6087dc289a448a3" +checksum = "cebbcd90f811f93fc2a993024caecc1e8270d9d1eb9d3359edb3069c2096ea6f" dependencies = [ "axum", "axum-core", diff --git a/Cargo.toml b/Cargo.toml index 1ad4b61c..a6da25e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ async-sqlx-session = { git="https://github.com/jbr/async-sqlx-session.git", rev= async-trait = "0.1.71" axum = { version="0.6.18", features=["http2", "headers", "original-uri", "macros"] } axum-csp = { version="^0.0.1", path="axum-csp/"} -axum-extra = { version = "0.7.4" } +axum-extra = { version = "0.7.5" } axum-macros = "0.3.8" axum-server = { version = "0.5.1", features = [ "tls-rustls"] } axum-sessions = "0.5.0"