From 20c9fb2d98b94d25ed48c96cdd6fcf12b1e22d2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 19:06:26 +0000 Subject: [PATCH] Bump axum-extra from 0.4.1 to 0.4.2 Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.4.1 to 0.4.2. - [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.4.1...axum-extra-v0.4.2) --- 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 de8dd489..4fbd5d8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -701,9 +701,9 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "256d21542ab2ccf04a433fdb025a466ca5c28ec6c63ee69d1e71b41b475efbac" +checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d" dependencies = [ "axum 0.6.1", "bytes 1.3.0", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 56d42602..99479de0 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.59" axum = { version = "0.6.1", features = ["headers"] } -axum-extra = { version = "0.4.1", features = ["cookie-private"] } +axum-extra = { version = "0.4.2", features = ["cookie-private"] } bincode = "1.3.3" chrono = "0.4.23" data-encoding = "2.3.2" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index ed7d3e41..17a049c8 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -23,7 +23,7 @@ tower = "0.4.13" tower-http = { version = "0.3.4", features = ["cors"] } axum = { version = "0.6.1", features = ["ws"] } axum-macros = "0.3.0" -axum-extra = { version = "0.4.1", features = ["cookie-private"] } +axum-extra = { version = "0.4.2", features = ["cookie-private"] } async-graphql = { version = "5.0.2", features = ["tracing", "apollo_tracing"] }