diff --git a/Cargo.lock b/Cargo.lock index 4de783d438..55391af7c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3134,18 +3134,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.167" +version = "1.0.168" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7daf513456463b42aa1d94cff7e0c24d682b429f020b9afa4f5ba5c40a22b237" +checksum = "d614f89548720367ded108b3c843be93f3a341e22d5674ca0dd5cd57f34926af" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.167" +version = "1.0.168" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b69b106b68bc8054f0e974e70d19984040f8a5cf9215ca82626ea4853f82c4b9" +checksum = "d4fe589678c688e44177da4f27152ee2d190757271dc7f1d5b6b9f68d869d641" dependencies = [ "proc-macro2", "quote", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 460e9a674d..1009acc666 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.167", features = ["derive"] } +serde = { version = "1.0.168", 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 e4eec8729c..f55a961eb3 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.167", features = ["derive"] } +serde = { version = "1.0.168", features = ["derive"] } serde_with = "3.0.0" shellexpand = "3.1.0" thiserror = "1.0.43"