From 13da8bb8057e0e9abee9ba1129a81e8db858299f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:42:33 +0000 Subject: [PATCH] chore(deps): bump the prod-dependency group Updates the requirements on [axum](https://github.com/tokio-rs/axum), [tower-sessions](https://github.com/maxcountryman/tower-sessions) and [axum-macros](https://github.com/tokio-rs/axum) to permit the latest version. Updates `axum` to 0.8.1 - [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/commits) Updates `tower-sessions` to 0.14.0 - [Release notes](https://github.com/maxcountryman/tower-sessions/releases) - [Changelog](https://github.com/maxcountryman/tower-sessions/blob/main/CHANGELOG.md) - [Commits](https://github.com/maxcountryman/tower-sessions/compare/v0.13.0...v0.14.0) Updates `axum-macros` 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-macros-v0.4.2...axum-macros-v0.5.0) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production dependency-group: prod-dependency - dependency-name: tower-sessions dependency-type: direct:production dependency-group: prod-dependency - dependency-name: axum-macros dependency-type: direct:production dependency-group: prod-dependency ... Signed-off-by: dependabot[bot] <support@github.com> --- sample-07-09-rs/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sample-07-09-rs/Cargo.toml b/sample-07-09-rs/Cargo.toml index fac61990..790a7edf 100644 --- a/sample-07-09-rs/Cargo.toml +++ b/sample-07-09-rs/Cargo.toml @@ -11,7 +11,7 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -axum = { version = "0.7.7" } +axum = { version = "0.8.1" } anyhow = "1.0.91" clap = { version = "4.5.20", features = [ "std", @@ -25,7 +25,7 @@ serde = { version = "1.0.213", features = ["derive"] } tokio = { version = "1.41.0", features = ["full"] } tower = { version = "0.5.1", features = ["util", "timeout"] } tower-http = { version = "0.6.1", features = ["trace", "fs"] } -tower-sessions = "0.13.0" +tower-sessions = "0.14.0" tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } url = "2.5.2" @@ -35,4 +35,4 @@ webauthn-rs = { version = "0.5.0", features = [ "danger-allow-state-serialisation", "preview-features", ] } -axum-macros = "0.4.2" +axum-macros = "0.5.0"