From a8209ac51e016024d2d65ad90dba60676796cbdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:38:29 +0000 Subject: [PATCH] Bump axum from 0.7.2 to 0.7.5 Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.2 to 0.7.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.7.2...axum-v0.7.5) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 67 +++++++++++++++++++++--------------------------------- Cargo.toml | 2 +- 2 files changed, 27 insertions(+), 42 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da4f0a6..61e0ffc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -202,7 +202,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a41603f7cdbf5ac4af60760f17253eb6adf6ec5b6f14a7ed830cf687d375f163" dependencies = [ "askama", - "axum-core 0.4.1", + "axum-core 0.4.3", "http 1.0.0", ] @@ -624,7 +624,7 @@ dependencies = [ "pin-project-lite", "rustversion", "serde", - "sync_wrapper", + "sync_wrapper 0.1.2", "tokio", "tower", "tower-layer", @@ -633,12 +633,12 @@ dependencies = [ [[package]] name = "axum" -version = "0.7.2" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "202651474fe73c62d9e0a56c6133f7a0ff1dc1c8cf7a5b03381af2a26553ac9d" +checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf" dependencies = [ "async-trait", - "axum-core 0.4.1", + "axum-core 0.4.3", "bytes", "futures-util", "http 1.0.0", @@ -657,11 +657,12 @@ dependencies = [ "serde_json", "serde_path_to_error", "serde_urlencoded", - "sync_wrapper", + "sync_wrapper 1.0.0", "tokio", "tower", "tower-layer", "tower-service", + "tracing", ] [[package]] @@ -683,9 +684,9 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.4.1" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77cb22c689c44d4c07b0ab44ebc25d69d8ae601a2f28fb8d672d344178fa17aa" +checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3" dependencies = [ "async-trait", "bytes", @@ -696,9 +697,10 @@ dependencies = [ "mime", "pin-project-lite", "rustversion", - "sync_wrapper", + "sync_wrapper 0.1.2", "tower-layer", "tower-service", + "tracing", ] [[package]] @@ -708,7 +710,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5fff85d5ba21f2063b3e8e47ba7192f7d2b73760e3d413db8e7c9b9bea3095b2" dependencies = [ "async-trait", - "axum 0.7.2", + "axum 0.7.5", "form_urlencoded", "ring", "serde", @@ -1675,25 +1677,6 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "h2" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d308f63daf4181410c242d34c11f928dcb3aa105852019e043c9d1f4e4368a" -dependencies = [ - "bytes", - "fnv", - "futures-core", - "futures-sink", - "futures-util", - "http 1.0.0", - "indexmap 2.1.0", - "slab", - "tokio", - "tokio-util", - "tracing", -] - [[package]] name = "handlebars" version = "4.5.0" @@ -1912,7 +1895,6 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "h2", "http 1.0.0", "http-body 1.0.0", "httparse", @@ -1924,12 +1906,11 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdea9aac0dbe5a9240d68cfd9501e2db94222c6dc06843e06640b9e07f0fdc67" +checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa" dependencies = [ "bytes", - "futures-channel", "futures-util", "http 1.0.0", "http-body 1.0.0", @@ -1937,7 +1918,6 @@ dependencies = [ "pin-project-lite", "socket2 0.5.5", "tokio", - "tracing", ] [[package]] @@ -4242,7 +4222,7 @@ dependencies = [ "askama_axum", "async-graphql 6.0.11", "async-trait", - "axum 0.7.2", + "axum 0.7.5", "axum-login", "clap", "eyre", @@ -4815,6 +4795,12 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" +[[package]] +name = "sync_wrapper" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "384595c11a4e2969895cad5a8c4029115f5ab956a9e5ef4de79d11a426e5f20c" + [[package]] name = "tap" version = "1.0.1" @@ -4971,7 +4957,6 @@ dependencies = [ "futures-sink", "pin-project-lite", "tokio", - "tracing", ] [[package]] @@ -5030,7 +5015,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4fd0118512cf0b3768f7fcccf0bef1ae41d68f2b45edc1e77432b36c97c56c6d" dependencies = [ "async-trait", - "axum-core 0.4.1", + "axum-core 0.4.3", "cookie", "futures-util", "http 1.0.0", @@ -5087,7 +5072,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "116390a480725905cc9c9b4059afef991ae331a759df51c9c3de4579e2004b2a" dependencies = [ "async-trait", - "axum-core 0.4.1", + "axum-core 0.4.3", "futures", "http 1.0.0", "parking_lot", @@ -5328,7 +5313,7 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d331839f6de584865f20c8138b73868d515ba62349ae4c8c1f78ffa54069e78" dependencies = [ - "axum 0.7.2", + "axum 0.7.5", "serde", "serde_json", "utoipa", @@ -5340,7 +5325,7 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "01520ff2511e54c069eda8e93569fff9893b2548c53c1357655292f47ef6782f" dependencies = [ - "axum 0.7.2", + "axum 0.7.5", "serde", "serde_json", "utoipa", @@ -5352,7 +5337,7 @@ version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f839caa8e09dddc3ff1c3112a91ef7da0601075ba5025d9f33ae99c4cb9b6e51" dependencies = [ - "axum 0.7.2", + "axum 0.7.5", "mime_guess", "regex", "rust-embed", diff --git a/Cargo.toml b/Cargo.toml index b7ddf06..a1fbc7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ sqlx = { version = "0.7", features = [ async-graphql = "6.0.11" serde = { version = "1", features = ["derive"] } tokio = { version = "1", features = ["full"] } -axum = { version = "0.7.2", features = ["form", "json"] } +axum = { version = "0.7.5", features = ["form", "json"] } tracing-subscriber = { version = "0.3.18", features = [ "env-filter", "time",