diff --git a/Cargo.lock b/Cargo.lock index 48fe69286c..f76436c8de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "ada-url" -version = "1.4.2" +version = "1.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6baf7dc353f018235d48d06c550d1cd0a61809910d0e59e58049c8848a242fa" +checksum = "15e5b772a9228e68a71f62764b5afe5a3ae34670a058ab9b844e72a38a3f01bc" dependencies = [ "cc", "link_args", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 78a3166103..52d0ef8942 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -19,7 +19,7 @@ version = "0.13.0" [dependencies] lychee-lib = { path = "../lychee-lib", version = "0.13.0", default-features = false } -ada-url = { version = "1.4.2" } +ada-url = { version = "1.4.3", features = ["serde"] } anyhow = "1.0.75" assert-json-diff = "2.0.2" clap = { version = "4.3.23", features = ["env", "derive"] } diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index ea67dea41e..c8574a75ff 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -17,7 +17,7 @@ repository = "https://github.com/lycheeverse/lychee" version = "0.13.0" [dependencies] -ada-url = { version = "1.4.2", features = ["serde"] } +ada-url = { version = "1.4.3", features = ["serde"] } async-stream = "0.3.5" cached = "0.44.0" check-if-email-exists = { version = "0.9.0", optional = true }