build(deps): bump axum-test from 16.4.0 to 16.4.1 (#409)

Bumps [axum-test](https://github.com/JosephLenton/axum-test) from 16.4.0 to 16.4.1.
- [Commits](https://github.com/JosephLenton/axum-test/commits)

---
updated-dependencies:
- dependency-name: axum-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-12-26 19:17:59 -03:00 committed by GitHub
parent bc1f42916a
commit 9926361dd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 22 additions and 22 deletions

42
Cargo.lock generated
View File

@ -218,7 +218,7 @@ dependencies = [
"axum-core",
"bytes",
"futures-util",
"http 1.1.0",
"http 1.2.0",
"http-body",
"http-body-util",
"hyper",
@ -251,7 +251,7 @@ dependencies = [
"async-trait",
"bytes",
"futures-util",
"http 1.1.0",
"http 1.2.0",
"http-body",
"http-body-util",
"mime",
@ -275,7 +275,7 @@ dependencies = [
"fastrand",
"futures-util",
"headers",
"http 1.1.0",
"http 1.2.0",
"http-body",
"http-body-util",
"mime",
@ -307,7 +307,7 @@ dependencies = [
"arc-swap",
"bytes",
"futures-util",
"http 1.1.0",
"http 1.2.0",
"http-body",
"http-body-util",
"hyper",
@ -324,9 +324,9 @@ dependencies = [
[[package]]
name = "axum-test"
version = "16.4.0"
version = "16.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "017cbca2776229a7100ebee44e065fcf5baccea6fc4cb9e5bea8328d83863a03"
checksum = "63e3a443d2608936a02a222da7b746eb412fede7225b3030b64fe9be99eab8dc"
dependencies = [
"anyhow",
"assert-json-diff",
@ -335,7 +335,7 @@ dependencies = [
"bytes",
"bytesize",
"cookie",
"http 1.1.0",
"http 1.2.0",
"http-body-util",
"hyper",
"hyper-util",
@ -1331,7 +1331,7 @@ dependencies = [
"fnv",
"futures-core",
"futures-sink",
"http 1.1.0",
"http 1.2.0",
"indexmap",
"slab",
"tokio",
@ -1363,7 +1363,7 @@ dependencies = [
"base64 0.21.7",
"bytes",
"headers-core",
"http 1.1.0",
"http 1.2.0",
"httpdate",
"mime",
"sha1",
@ -1375,7 +1375,7 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
dependencies = [
"http 1.1.0",
"http 1.2.0",
]
[[package]]
@ -1441,9 +1441,9 @@ dependencies = [
[[package]]
name = "http"
version = "1.1.0"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
dependencies = [
"bytes",
"fnv",
@ -1457,7 +1457,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
dependencies = [
"bytes",
"http 1.1.0",
"http 1.2.0",
]
[[package]]
@ -1468,7 +1468,7 @@ checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
dependencies = [
"bytes",
"futures-util",
"http 1.1.0",
"http 1.2.0",
"http-body",
"pin-project-lite",
]
@ -1495,7 +1495,7 @@ dependencies = [
"futures-channel",
"futures-util",
"h2",
"http 1.1.0",
"http 1.2.0",
"http-body",
"httparse",
"httpdate",
@ -1513,7 +1513,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
dependencies = [
"futures-util",
"http 1.1.0",
"http 1.2.0",
"hyper",
"hyper-util",
"rustls",
@ -1548,7 +1548,7 @@ dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http 1.1.0",
"http 1.2.0",
"http-body",
"hyper",
"pin-project-lite",
@ -1849,7 +1849,7 @@ dependencies = [
"bytes",
"encoding_rs",
"futures-util",
"http 1.1.0",
"http 1.2.0",
"httparse",
"memchr",
"mime",
@ -2362,7 +2362,7 @@ dependencies = [
"futures-core",
"futures-util",
"h2",
"http 1.1.0",
"http 1.2.0",
"http-body",
"http-body-util",
"hyper",
@ -3220,7 +3220,7 @@ checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697"
dependencies = [
"bitflags 2.6.0",
"bytes",
"http 1.1.0",
"http 1.2.0",
"http-body",
"pin-project-lite",
"tower-layer",
@ -3334,7 +3334,7 @@ dependencies = [
"byteorder",
"bytes",
"data-encoding",
"http 1.1.0",
"http 1.2.0",
"httparse",
"log",
"rand",

View File

@ -35,7 +35,7 @@ futures = "0.3.31"
thiserror = "2.0.3"
[dev-dependencies]
axum-test = "16.4.0"
axum-test = "16.4.1"
frost-ed25519 = { version = "2.0.0", features = ["serde"] }
reddsa = { git = "https://github.com/ZcashFoundation/reddsa.git", rev = "ed49e9ca0699a6450f6d4a9fe62ff168f5ea1ead", features = [
"frost",