diff --git a/Cargo.lock b/Cargo.lock index cb1d371..4de783d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3134,18 +3134,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.166" +version = "1.0.167" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d01b7404f9d441d3ad40e6a636a7782c377d2abdbe4fa2440e2edcc2f4f10db8" +checksum = "7daf513456463b42aa1d94cff7e0c24d682b429f020b9afa4f5ba5c40a22b237" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.166" +version = "1.0.167" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dd83d6dde2b6b2d466e14d9d1acce8816dedee94f735eac6395808b3483c6d6" +checksum = "b69b106b68bc8054f0e974e70d19984040f8a5cf9215ca82626ea4853f82c4b9" dependencies = [ "proc-macro2", "quote", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 9e6f8bc..460e9a6 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -45,7 +45,7 @@ reqwest = { version = "0.11.18", default-features = false, features = ["gzip", " # https://github.com/Homebrew/homebrew-core/pull/70216 ring = "0.16.20" secrecy = { version = "0.8.0", features = ["serde"] } -serde = { version = "1.0.166", features = ["derive"] } +serde = { version = "1.0.167", features = ["derive"] } serde_json = "1.0.100" strum = {version = "0.25.0" , features = ["derive"] } supports-color = "2.0.0" diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 2e77a0a..e4eec87 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -48,7 +48,7 @@ reqwest = { version = "0.11.18", default-features = false, features = ["gzip", " # https://github.com/Homebrew/homebrew-core/pull/70216 ring = "0.16.20" secrecy = "0.8.0" -serde = { version = "1.0.166", features = ["derive"] } +serde = { version = "1.0.167", features = ["derive"] } serde_with = "3.0.0" shellexpand = "3.1.0" thiserror = "1.0.43"