From 3014e440cbd289f967fab9faf7ace6c7aa84b836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 13:10:53 +0000 Subject: [PATCH] Update axum-extra requirement from 0.9.2 to 0.10.1 Updates the requirements on [axum-extra](https://github.com/tokio-rs/axum) to permit the latest version. - [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.9.2...axum-extra-v0.10.1) --- updated-dependencies: - dependency-name: axum-extra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c78ef4..872b596 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] axum = "0.7" -axum-extra = { version = "0.9.2", features = ["typed-header"] } +axum-extra = { version = "0.10.1", features = ["typed-header"] } reqwest = { version = "^0.12", default-features = false, features = ["rustls-tls-native-roots"] } jsonwebtoken = "9.2.0" once_cell = "1.19.0"