diff --git a/Cargo.lock b/Cargo.lock index 15fefea..dabf456 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3112,9 +3112,9 @@ dependencies = [ [[package]] name = "shellexpand" -version = "2.1.2" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4" +checksum = "dd1c7ddea665294d484c39fd0c0d2b7e35bbfe10035c5fe1854741a57f6880e1" dependencies = [ "dirs", ] diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 97dde2e..23fb5cc 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -34,7 +34,7 @@ reqwest = { version = "0.11.13", features = ["gzip", "trust-dns"] } # https://github.com/Homebrew/homebrew-core/pull/70216 ring = "0.16.20" serde = { version = "1.0.148", features = ["derive"] } -shellexpand = "2.1.2" +shellexpand = "3.0.0" tokio = { version = "1.22.0", features = ["full"] } typed-builder = "0.11.0" url = { version = "2.3.0", features = ["serde"] }