diff --git a/Cargo.lock b/Cargo.lock index 3f13e8b..68b0eea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3009,18 +3009,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.154" +version = "1.0.155" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cdd151213925e7f1ab45a9bbfb129316bd00799784b174b7cc7bcd16961c49e" +checksum = "71f2b4817415c6d4210bfe1c7bfcf4801b2d904cb4d0e1a8fdb651013c9e86b8" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.154" +version = "1.0.155" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fc80d722935453bcafdc2c9a73cd6fac4dc1938f0346035d84bf99fa9e33217" +checksum = "d071a94a3fac4aff69d023a7f411e33f40f3483f8c5190b1953822b6b76d7630" dependencies = [ "proc-macro2", "quote", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 57cc9e9..67a58b8 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -33,7 +33,7 @@ reqwest = { version = "0.11.14", 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.154", features = ["derive"] } +serde = { version = "1.0.155", features = ["derive"] } serde_json = "1.0.94" tabled = "0.10.0" toml = "0.7.2" diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 0404857..4ef074f 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -33,7 +33,7 @@ reqwest = { version = "0.11.14", 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.154", features = ["derive"] } +serde = { version = "1.0.155", features = ["derive"] } shellexpand = "3.0.0" typed-builder = "0.14.0" tokio = { version = "1.26.0", features = ["full"] }