diff --git a/Cargo.lock b/Cargo.lock index 4149818..1e6e1f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -188,15 +188,16 @@ dependencies = [ [[package]] name = "axum-test" -version = "16.2.0" +version = "16.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3254184de359bbae2a8ca10b050870a7a4f1c8332a2c27d53f360b9835bb3911" +checksum = "d6ba5211f2e0b77d1cbe1e1c7c826edc20fb1f69720a7fdb1d2a25289c98978e" dependencies = [ "anyhow", "assert-json-diff", "auto-future", "axum", "bytes", + "bytesize", "cookie", "http 1.1.0", "http-body-util", @@ -275,6 +276,12 @@ version = "1.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" +[[package]] +name = "bytesize" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc" + [[package]] name = "cc" version = "1.1.31"