From b1a17194b79cd20bde92e0d259fb41ed54bdf2d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 19:32:59 +0000 Subject: [PATCH] Bump axum from 0.5.6 to 0.5.7 Bumps [axum](https://github.com/tokio-rs/axum) from 0.5.6 to 0.5.7. - [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.6...axum-v0.5.7) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 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, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d754197..92f9bf77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -477,9 +477,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.5.6" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab2504b827a8bef941ba3dd64bdffe9cf56ca182908a147edd6189c95fbcae7d" +checksum = "dc47084705629d09d15060d70a8dbfce479c842303d05929ce29c74c995916ae" dependencies = [ "async-trait", "axum-core", @@ -509,9 +509,9 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da31c0ed7b4690e2c78fe4b880d21cd7db04a346ebc658b4270251b695437f17" +checksum = "c2efed1c501becea07ce48118786ebcf229531d0d3b28edf224a720020d9e106" dependencies = [ "async-trait", "bytes 1.1.0", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 86063bb9..10147f75 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.6", features = ["headers"] } +axum = { version = "0.5.7", features = ["headers"] } axum-extra = { version = "0.3.3", features = ["cookie-private"] } bincode = "1.3.3" chrono = "0.4.19" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index a1595884..4daf1550 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -20,7 +20,7 @@ anyhow = "1.0.57" hyper = { version = "0.14.19", features = ["full"] } tower = "0.4.12" tower-http = { version = "0.3.4", features = ["cors"] } -axum = "0.5.6" +axum = "0.5.7" axum-macros = "0.2.2" axum-extra = { version = "0.3.3", features = ["cookie-private"] } diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 64a48e58..9da66f48 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.6" +axum = "0.5.7" 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 fe906d34..f8192f2d 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.6", default-features = false } +axum = { version = "0.5.7", 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 51ca5726..efa1b3f6 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.6" +axum = "0.5.7" headers = "0.3.7" http = "0.2.8" http-body = "0.4.5"