diff --git a/Cargo.lock b/Cargo.lock index 87f825c..427a69f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3087,9 +3087,9 @@ dependencies = [ [[package]] name = "shellexpand" -version = "3.0.0" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd1c7ddea665294d484c39fd0c0d2b7e35bbfe10035c5fe1854741a57f6880e1" +checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" dependencies = [ "dirs", ] diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index a5d65bf..5f8daee 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -34,7 +34,7 @@ reqwest = { version = "0.11.15", features = ["gzip", "trust-dns"] } # https://github.com/Homebrew/homebrew-core/pull/70216 ring = "0.16.20" serde = { version = "1.0.158", features = ["derive"] } -shellexpand = "3.0.0" +shellexpand = "3.1.0" typed-builder = "0.14.0" tokio = { version = "1.26.0", features = ["full"] } url = { version = "2.3.1", features = ["serde"] }