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

View file

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