diff --git a/Cargo.lock b/Cargo.lock index 2a4a7fb..d6789af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3143,18 +3143,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.164" +version = "1.0.165" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d" +checksum = "c939f902bb7d0ccc5bce4f03297e161543c2dcb30914faf032c2bd0b7a0d48fc" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.164" +version = "1.0.165" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68" +checksum = "6eaae920e25fffe4019b75ff65e7660e72091e59dd204cb5849bbd6a3fd343d7" dependencies = [ "proc-macro2", "quote", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 711c11e..079875a 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.164", features = ["derive"] } +serde = { version = "1.0.165", features = ["derive"] } serde_json = "1.0.97" 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 e3b4159..3db2501 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.164", features = ["derive"] } +serde = { version = "1.0.165", features = ["derive"] } serde_with = "3.0.0" shellexpand = "3.1.0" thiserror = "1.0.40"