From ef35fbb7565e0f34b35a048cd3d0594effdf1df1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 19:13:34 +0000 Subject: [PATCH] Bump axum-extra from 0.3.7 to 0.5.0 Bumps [axum-extra](https://github.com/tokio-rs/axum) from 0.3.7 to 0.5.0. - [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.7...axum-extra-v0.5.0) --- updated-dependencies: - dependency-name: axum-extra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e563b7d..dd44631 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,11 +436,11 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.3.7" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69034b3b0fd97923eee2ce8a47540edb21e07f48f87f67d44bb4271cec622bdb" +checksum = "51227033e4d3acad15c879092ac8a228532707b5db5ff2628f638334f63e1b7a" dependencies = [ - "axum 0.5.17", + "axum 0.6.1", "bytes", "futures-util", "http", diff --git a/Cargo.toml b/Cargo.toml index 9951d49..c2a5ad0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ members = [ [dependencies] async-session = "3.0.0" axum = { version = "0.5.15", features = ["headers"] } -axum-extra = { version = "0.3.7", features = ["erased-json"] } +axum-extra = { version = "0.5.0", features = ["erased-json"] } base64 = "0.13" chrono = "0.4" clap = { version = "4.0", features = ["derive"] }