From 707945e4f272c4063fa775406355df3dde185f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:23:42 +0000 Subject: [PATCH] build(deps): update axum requirement from 0.7.1 to 0.8.1 Updates the requirements on [axum](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/commits) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- wtransport/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wtransport/Cargo.toml b/wtransport/Cargo.toml index cf94dc99..53ac0422 100644 --- a/wtransport/Cargo.toml +++ b/wtransport/Cargo.toml @@ -49,7 +49,7 @@ x509-parser = "0.16.0" [dev-dependencies] anyhow = "1.0.71" -axum = "0.7.1" +axum = "0.8.1" hyper = "1.0.1" tokio = { version = "1.28.1", default-features = false, features = ["rt-multi-thread"] } tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }