From 6c126bb15a1f668a7265ed7809b18656248d6d56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 12:59:15 +0000 Subject: [PATCH] Bump serde from 1.0.154 to 1.0.155 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.154 to 1.0.155. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.154...v1.0.155) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- lychee-bin/Cargo.toml | 2 +- lychee-lib/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 046cc1d..4ab32eb 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 9de796a..6029472 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"] }