From 404dc61dcfe78f10caa282be38d059702115e768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 17:33:54 +0000 Subject: [PATCH] build(deps): bump axum-extra from 0.7.3 to 0.7.4 Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.7.3 to 0.7.4. - [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.3...axum-extra-v0.7.4) --- 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 581a0ae9..9b7bb146 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -927,9 +927,9 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe82ff817f40f735cdfd7092f810d3de63bf875f50d1f0c17928e28cdab64437" +checksum = "febf23ab04509bd7672e6abe76bd8277af31b679e89fa5ffc6087dc289a448a3" dependencies = [ "axum", "axum-core", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 0b1b6897..d8f317ef 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.68" axum = { version = "0.6.15", features = ["headers"] } -axum-extra = { version = "0.7.3", features = ["cookie-private"] } +axum-extra = { version = "0.7.4", features = ["cookie-private"] } chrono = "0.4.24" data-encoding = "2.3.3" futures-util = "0.3.28" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index a0ee37c4..3e9f5e83 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -24,7 +24,7 @@ tower = "0.4.13" tower-http = { version = "0.4.0", features = ["cors"] } axum = "0.6.15" axum-macros = "0.3.7" -axum-extra = { version = "0.7.3", features = ["cookie-private"] } +axum-extra = { version = "0.7.4", features = ["cookie-private"] } async-graphql = { version = "5.0.7", features = ["tracing", "apollo_tracing"] }