From 53a50c8758bf57f65d1c6cbea90bbb9961cfb999 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:02:24 +0000 Subject: [PATCH] editoast: bump axum-test from 16.3.0 to 16.4.0 in /editoast Bumps [axum-test](https://github.com/JosephLenton/axum-test) from 16.3.0 to 16.4.0. - [Commits](https://github.com/JosephLenton/axum-test/commits) --- updated-dependencies: - dependency-name: axum-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- editoast/Cargo.lock | 18 +++++++++--------- editoast/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/editoast/Cargo.lock b/editoast/Cargo.lock index f6eb9ad43fb..1a2fb0a1656 100644 --- a/editoast/Cargo.lock +++ b/editoast/Cargo.lock @@ -488,7 +488,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.4.1", + "hyper 1.5.0", "hyper-util", "itoa", "matchit", @@ -566,9 +566,9 @@ dependencies = [ [[package]] name = "axum-test" -version = "16.3.0" +version = "16.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6ba5211f2e0b77d1cbe1e1c7c826edc20fb1f69720a7fdb1d2a25289c98978e" +checksum = "017cbca2776229a7100ebee44e065fcf5baccea6fc4cb9e5bea8328d83863a03" dependencies = [ "anyhow", "assert-json-diff", @@ -579,7 +579,7 @@ dependencies = [ "cookie", "http 1.1.0", "http-body-util", - "hyper 1.4.1", + "hyper 1.5.0", "hyper-util", "mime", "reserve-port", @@ -2156,9 +2156,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.4.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" +checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" dependencies = [ "bytes", "futures-channel", @@ -2181,7 +2181,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0" dependencies = [ - "hyper 1.4.1", + "hyper 1.5.0", "hyper-util", "pin-project-lite", "tokio", @@ -2212,7 +2212,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.4.1", + "hyper 1.5.0", "pin-project-lite", "socket2 0.5.7", "tokio", @@ -4756,7 +4756,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.4.1", + "hyper 1.5.0", "hyper-timeout", "hyper-util", "percent-encoding", diff --git a/editoast/Cargo.toml b/editoast/Cargo.toml index 5a41280f7f0..f56ed32a0ac 100644 --- a/editoast/Cargo.toml +++ b/editoast/Cargo.toml @@ -93,7 +93,7 @@ axum = { version = "0.7.7", default-features = false, features = [ axum-extra = { version = "0.9.4", default-features = false, features = [ "typed-header", ] } -axum-test = { version = "16.3.0", default-features = false } +axum-test = { version = "16.4.0", default-features = false } axum-tracing-opentelemetry = { version = "0.23.0", default-features = false } chrono.workspace = true clap = { version = "4.5.20", features = ["derive", "env"] }