From d8ffe0cc29aa49c58bfbb435568b3fbad070df7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 20:51:25 +0000 Subject: [PATCH] [cargo] Update axum requirement from 0.7.5 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd9c870..02c684b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ description = "Proxy server for IP geolocation. Use external services to get the [dependencies] tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["json", "fmt"] } -axum = "0.7.5" +axum = "0.8.1" serde_json = "1.0.122" serde = { version = "1.0.205", features = ["derive"] } tokio = { version = "1.39.2", features = ["rt", "rt-multi-thread", "macros", "full"] }