diff --git a/Cargo.lock b/Cargo.lock index 1152357..58a353d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3029,18 +3029,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.149" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "256b9932320c590e707b94576e3cc1f7c9024d0ee6612dfbcf1cb106cbe8e055" +checksum = "e326c9ec8042f1b5da33252c8a37e9ffbd2c9bef0155215b6e6c80c790e05f91" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.149" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4eae9b04cbffdfd550eb462ed33bc6a1b68c935127d008b27444d08380f94e4" +checksum = "42a3df25b0713732468deadad63ab9da1f1fd75a48a15024b50363f128db627e" dependencies = [ "proc-macro2", "quote", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 8057ca8..448b760 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.149", features = ["derive"] } +serde = { version = "1.0.150", features = ["derive"] } serde_json = "1.0.89" tabled = "0.10.0" tokio = { version = "1.23.0", features = ["full"] } diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 1572cf2..bac41ea 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.149", features = ["derive"] } +serde = { version = "1.0.150", features = ["derive"] } shellexpand = "3.0.0" tokio = { version = "1.23.0", features = ["full"] } typed-builder = "0.11.0"