diff --git a/Cargo.lock b/Cargo.lock index 9bc72914..c16474a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4779,13 +4779,12 @@ checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae" [[package]] name = "tempfile" -version = "3.9.0" +version = "3.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa" +checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" dependencies = [ "cfg-if", "fastrand 2.0.1", - "redox_syscall", "rustix 0.38.31", "windows-sys 0.52.0", ] diff --git a/Cargo.toml b/Cargo.toml index c6beb415..782df53a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,6 +49,6 @@ tower-http = { version = "0.5.1", features = ["trace"] } [dev-dependencies] mockall = "0.12" rstest = "0.18" -tempfile = "3.9.0" +tempfile = "3.10.0" tower = { version = "0.4", features = ["util"] } http-body-util = "0.1.0"