diff --git a/Cargo.lock b/Cargo.lock index 0de3d5d..3d3394d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -384,9 +384,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.24.0" +version = "3.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" +checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" dependencies = [ "fastrand", "getrandom 0.3.4", diff --git a/Cargo.toml b/Cargo.toml index 82b9ab0..a30259d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,8 +21,8 @@ serde = { version = "1.0", features = ["derive"] } toml = "0.8" dirs = "5.0" anyhow = "1.0" -tempfile = "3.0" +tempfile = "3.25" shellexpand = "3.0" [dev-dependencies] -tempfile = "3.0" +tempfile = "3.25"