From 79ad2dbc65d487eee39b2bfec5467dc665cb4a62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 16:48:48 +0000 Subject: [PATCH] build(deps): bump axum from 0.6.19 to 0.6.20 Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.19 to 0.6.20. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/axum-utils/Cargo.toml | 2 +- crates/cli/Cargo.toml | 2 +- crates/handlers/Cargo.toml | 2 +- crates/http/Cargo.toml | 2 +- crates/router/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b3f27513..d88b2258 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -795,9 +795,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.6.19" +version = "0.6.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6a1de45611fdb535bfde7b7de4fd54f4fd2b17b1737c0a59b69bf9b92074b8c" +checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" dependencies = [ "async-trait", "axum-core", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 551c842c..38298a46 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.72" -axum = { version = "0.6.19", features = ["headers"] } +axum = { version = "0.6.20", features = ["headers"] } axum-extra = { version = "0.7.7", features = ["cookie-private"] } chrono = "0.4.26" data-encoding = "2.4.0" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 12fcf599..1214912f 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] apalis-core = "0.4.4" anyhow = "1.0.72" -axum = "0.6.19" +axum = "0.6.20" camino = "1.1.6" clap = { version = "4.3.19", features = ["derive"] } dotenv = "0.15.0" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 20e94264..953222be 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -23,7 +23,7 @@ sentry = { version = "0.31.5", default-features = false } hyper = { version = "0.14.27", features = ["full"] } tower = "0.4.13" tower-http = { version = "0.4.3", features = ["cors"] } -axum = "0.6.19" +axum = "0.6.20" axum-macros = "0.3.8" axum-extra = { version = "0.7.7", features = ["cookie-private"] } diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 3e6b6a60..9ec026ee 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] aws-smithy-http = { version = "0.55.3", optional = true } aws-types = { version = "0.55.3", optional = true } -axum = { version = "0.6.19", optional = true } +axum = { version = "0.6.20", optional = true } bytes = "1.4.0" futures-util = "0.3.28" headers = "0.3.8" diff --git a/crates/router/Cargo.toml b/crates/router/Cargo.toml index dfded9f5..8673bfec 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.6.19", default-features = false } +axum = { version = "0.6.20", default-features = false } serde = { version = "1.0.181", features = ["derive"] } serde_urlencoded = "0.7.1" url = "2.4.0"