diff --git a/Cargo.lock b/Cargo.lock index 1bf9681..addff5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -398,9 +398,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 40ef977..fb671b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" dirs = "6.0.0" edit = "0.1.5" -shellexpand="3.1.1" \ No newline at end of file +shellexpand="3.1.2" \ No newline at end of file