From e7f4bf7002770f0d21cc045276009f8714e612bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 13:42:07 +0000 Subject: [PATCH] Update axum-extra requirement from 0.9.2 to 0.10.0 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.0) --- 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..9afe4d6 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.0", features = ["typed-header"] } reqwest = { version = "^0.12", default-features = false, features = ["rustls-tls-native-roots"] } jsonwebtoken = "9.2.0" once_cell = "1.19.0"