diff --git a/Cargo.lock b/Cargo.lock index ccaa889..261854c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3264,9 +3264,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.19.0" +version = "3.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "488960f40a3fd53d72c2a29a58722561dee8afdd175bd88e3db4677d7b2ba600" +checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" dependencies = [ "fastrand", "getrandom 0.3.1", diff --git a/Cargo.toml b/Cargo.toml index 5730fd2..4549fd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ tracing-batteries = { git = "https://github.com/sierrasoftworks/tracing-batterie unicase = "2.8.1" [dev-dependencies] -tempfile = "3.19.0" +tempfile = "3.19.1" rstest = "0.25.0" [features]