Compare commits

...

1 commit

Author SHA1 Message Date
Renovate Bot
2072c4e3c0 chore(deps): update rust crate axum-test to v17 2025-01-21 00:03:30 +00:00
2 changed files with 11 additions and 4 deletions

13
Cargo.lock generated
View file

@ -322,10 +322,13 @@ checksum = "6d6fd624c75e18b3b4c6b9caf42b1afe24437daaee904069137d8bab077be8b8"
dependencies = [
"axum-core 0.5.0",
"bytes",
"form_urlencoded",
"futures-util",
"http 1.2.0",
"http-body",
"http-body-util",
"hyper",
"hyper-util",
"itoa",
"matchit 0.8.4",
"memchr",
@ -334,7 +337,11 @@ dependencies = [
"pin-project-lite",
"rustversion",
"serde",
"serde_json",
"serde_path_to_error",
"serde_urlencoded",
"sync_wrapper",
"tokio",
"tower",
"tower-layer",
"tower-service",
@ -406,14 +413,14 @@ dependencies = [
[[package]]
name = "axum-test"
version = "16.4.1"
version = "17.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63e3a443d2608936a02a222da7b746eb412fede7225b3030b64fe9be99eab8dc"
checksum = "375ec4f6db373ce6d696839249203c57049aefe1213cfa77bb2e12e10ed43d08"
dependencies = [
"anyhow",
"assert-json-diff",
"auto-future",
"axum 0.7.9",
"axum 0.8.1",
"bytes",
"bytesize",
"cookie",

View file

@ -80,7 +80,7 @@ yarte = { version = "0.15.7", features = ["json"] }
yarte_helpers = "0.15.8"
[dev-dependencies]
axum-test = "16.0.0"
axum-test = "17.0.0"
flate2 = "1.0.30"
httpdate = "1.0.3"
insta = { version = "1.39.0", features = ["json"] }