From eb1a04423d620dab960eeec1863b53c5a5bebb4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 16:43:27 +0000 Subject: [PATCH] chore(deps): update axum requirement from 0.6.19 to 0.7.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/compare/axum-v0.6.19...axum-v0.6.20) --- updated-dependencies: - dependency-name: axum 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 82eac10..673dec5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ resolver = "1" [workspace.dependencies] anyhow = "1.0.75" -axum = "0.6.19" +axum = "0.7.2" dotenv = "0.15.0" http = "0.2.11" reqwest = "0.11.22"