diff --git a/Cargo.lock b/Cargo.lock index d814e24..a8fb862 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1667,9 +1667,9 @@ dependencies = [ [[package]] name = "shellexpand" -version = "3.1.1" +version = "3.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb" +checksum = "32824fab5e16e6c4d86dc1ba84489390419a39f97699852b66480bb87d297ed8" dependencies = [ "dirs", ] diff --git a/Cargo.toml b/Cargo.toml index db256f7..e9addf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ indicatif = "0.18.4" reqwest = { version = "0.13.2", features = ["stream"] } serde = { version = "1.0.228", features = ["derive"] } serde_yaml = "0.9.34" -shellexpand = "3.1.1" +shellexpand = "3.1.2" tempfile = "3.25.0" tokio = { version = "1.49.0", features = ["full"] } sha2 = "0.10.8"