diff --git a/Cargo.lock b/Cargo.lock index 7387cc0..fad0c13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3015,18 +3015,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.151" +version = "1.0.152" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97fed41fc1a24994d044e6db6935e69511a1153b52c15eb42493b26fa87feba0" +checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.151" +version = "1.0.152" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "255abe9a125a985c05190d687b320c12f9b1f0b99445e608c21ba0782c719ad8" +checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" dependencies = [ "proc-macro2", "quote", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 4483bf9..70772f7 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -33,7 +33,7 @@ reqwest = { version = "0.11.13", features = ["gzip"] } # This is necessary for the homebrew build # https://github.com/Homebrew/homebrew-core/pull/70216 ring = "0.16.20" -serde = { version = "1.0.151", features = ["derive"] } +serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.91" tabled = "0.10.0" tokio = { version = "1.23.0", features = ["full"] } diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 26c4dad..fcd0820 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -33,7 +33,7 @@ reqwest = { version = "0.11.13", features = ["gzip", "trust-dns"] } # This is necessary for the homebrew build # https://github.com/Homebrew/homebrew-core/pull/70216 ring = "0.16.20" -serde = { version = "1.0.151", features = ["derive"] } +serde = { version = "1.0.152", features = ["derive"] } shellexpand = "3.0.0" tokio = { version = "1.23.0", features = ["full"] } typed-builder = "0.11.0"