From dc6b5159060d5761076a3a75f0f7bbf83bba48f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:01:27 +0000 Subject: [PATCH] build(deps): bump axum from 0.6.7 to 0.6.8 Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.7 to 0.6.8. - [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.7...axum-v0.6.8) --- 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 29024e24..1c39955f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -755,9 +755,9 @@ dependencies = [ [[package]] name = "axum" -version = "0.6.7" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fb79c228270dcf2426e74864cabc94babb5dbab01a4314e702d2f16540e1591" +checksum = "2bd379e511536bad07447f899300aa526e9bae8e6f66dc5e5ca45d7587b7c1ec" dependencies = [ "async-trait", "axum-core", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index 24b62754..485c9f50 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.64" -axum = { version = "0.6.7", features = ["headers"] } +axum = { version = "0.6.8", features = ["headers"] } axum-extra = { version = "0.5.0", features = ["cookie-private"] } chrono = "0.4.23" data-encoding = "2.3.3" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 598729e3..96e0f1c0 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] anyhow = "1.0.69" atty = "0.2.14" -axum = "0.6.7" +axum = "0.6.8" camino = "1.1.3" clap = { version = "4.1.6", features = ["derive"] } dotenv = "0.15.0" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index fd05644f..eebb4d33 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -22,7 +22,7 @@ sentry = { version = "0.29.3", default-features = false } hyper = { version = "0.14.24", features = ["full"] } tower = "0.4.13" tower-http = { version = "0.3.5", features = ["cors"] } -axum = "0.6.7" +axum = "0.6.8" axum-macros = "0.3.4" axum-extra = { version = "0.5.0", features = ["cookie-private"] } diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 0609a736..cae53aed 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.54.3", optional = true } aws-types = { version = "0.54.1", optional = true } -axum = { version = "0.6.7", optional = true } +axum = { version = "0.6.8", optional = true } bytes = "1.4.0" futures-util = "0.3.26" headers = "0.3.8" diff --git a/crates/router/Cargo.toml b/crates/router/Cargo.toml index 2e09bb47..673fd307 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.7", default-features = false } +axum = { version = "0.6.8", default-features = false } serde = { version = "1.0.152", features = ["derive"] } serde_urlencoded = "0.7.1" url = "2.3.1"