diff --git a/Cargo.lock b/Cargo.lock index 0c6281e..6d23a36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -564,9 +564,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.21.0" +version = "3.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e" +checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" dependencies = [ "fastrand", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index 744e623..a6d335f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ unicase = "2.8.1" [dev-dependencies] criterion = "0.7.0" -tempfile = "3.21.0" +tempfile = "3.22.0" [lints] workspace = true