diff --git a/Cargo.lock b/Cargo.lock index 1781f719..3b6e4422 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1760,9 +1760,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.19.1" +version = "3.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" +checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" dependencies = [ "fastrand", "getrandom 0.3.2", diff --git a/Cargo.toml b/Cargo.toml index 863a5bff..b7f43d04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ rustc-hash = "2.1.1" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.143" shellexpand = "3.1.1" -tempfile = "3.19.1" +tempfile = "3.22.0" titlecase = "3.6.0" unicode-normalization = "0.1.24" url = "2.5.4"