From 4e3006d78d89e5e2e708ec8ae97f77c8955de4ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 07:40:18 +0000 Subject: [PATCH] Bump axum from 0.5.4 to 0.5.5 Bumps [axum](https://github.com/tokio-rs/axum) from 0.5.4 to 0.5.5. - [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.4...axum-v0.5.5) --- 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 4349458d..5d212d9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -470,9 +470,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4af7447fc1214c1f3a1ace861d0216a6c8bb13965b64bbad9650f375b67689a" +checksum = "00f1e8a972137fad81e2a1a60b86ff17ce0338f8017264e45a9723d0083c39a1" dependencies = [ "async-trait", "axum-core", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index d681d11f..c9a2da24 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.53" -axum = { version = "0.5.4", features = ["headers"] } +axum = { version = "0.5.5", features = ["headers"] } axum-extra = { version = "0.3.0", features = ["cookie-private"] } bincode = "1.3.3" chrono = "0.4.19" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 8db83009..011ce6b2 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -20,7 +20,7 @@ anyhow = "1.0.57" hyper = { version = "0.14.18", features = ["full"] } tower = "0.4.12" tower-http = { version = "0.3.3", features = ["cors"] } -axum = "0.5.4" +axum = "0.5.5" axum-macros = "0.2.1" axum-extra = { version = "0.3.0", features = ["cookie-private"] } diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 93c9ea8d..c10a359b 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.4" +axum = "0.5.5" 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 95cb82f7..d098a927 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.4", default-features = false } +axum = { version = "0.5.5", default-features = false } serde = { version = "1.0.137", features = ["derive"] } serde_urlencoded = "0.7.1" serde_with = "1.13.0" diff --git a/crates/static-files/Cargo.toml b/crates/static-files/Cargo.toml index 747589cc..d8e1baf1 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.4" +axum = "0.5.5" headers = "0.3.7" http = "0.2.7" http-body = "0.4.4"