From 43f0336b9284f98ffef4f5bd7b477b5a9934d2da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 19:35:18 +0000 Subject: [PATCH] Bump axum from 0.5.9 to 0.5.10 Bumps [axum](https://github.com/tokio-rs/axum) from 0.5.9 to 0.5.10. - [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.5.9...axum-v0.5.10) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/axum-utils/Cargo.toml | 2 +- crates/handlers/Cargo.toml | 2 +- crates/http/Cargo.toml | 2 +- crates/router/Cargo.toml | 2 +- crates/static-files/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6df5e2d8..0c52a9e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -477,9 +477,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.5.9" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33d590cacd53140ff87cc2e192eb22fc3dc23c5b3f93b0d4f020677f98e8c629" +checksum = "db018aeacdb84550c2c6c5a1c1f553f2a330294222f45c1dbe24f0b3d2320c01" dependencies = [ "async-trait", "axum-core", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 611c10d9..86886d28 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] async-trait = "0.1.56" -axum = { version = "0.5.9", features = ["headers"] } +axum = { version = "0.5.10", features = ["headers"] } axum-extra = { version = "0.3.5", features = ["cookie-private"] } bincode = "1.3.3" chrono = "0.4.19" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 9b4a01f2..da367be4 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -20,7 +20,7 @@ anyhow = "1.0.58" hyper = { version = "0.14.19", features = ["full"] } tower = "0.4.13" tower-http = { version = "0.3.4", features = ["cors"] } -axum = "0.5.9" +axum = "0.5.10" axum-macros = "0.2.3" axum-extra = { version = "0.3.5", features = ["cookie-private"] } diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 951d15c1..fb1a6225 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -axum = "0.5.9" +axum = "0.5.10" bytes = "1.1.0" futures-util = "0.3.21" headers = "0.3.7" diff --git a/crates/router/Cargo.toml b/crates/router/Cargo.toml index deeed157..5445c222 100644 --- a/crates/router/Cargo.toml +++ b/crates/router/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -axum = { version = "0.5.9", default-features = false } +axum = { version = "0.5.10", default-features = false } serde = { version = "1.0.137", features = ["derive"] } serde_urlencoded = "0.7.1" serde_with = "1.14.0" diff --git a/crates/static-files/Cargo.toml b/crates/static-files/Cargo.toml index 05601419..5c3b5ea5 100644 --- a/crates/static-files/Cargo.toml +++ b/crates/static-files/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" dev = [] [dependencies] -axum = "0.5.9" +axum = "0.5.10" headers = "0.3.7" http = "0.2.8" http-body = "0.4.5"