From c36a58cd76d58e1c4ce6e6e232eb412dfcbadc95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 12:41:01 +0000 Subject: [PATCH] Bump serde from 1.0.183 to 1.0.185 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.183 to 1.0.185. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.183...v1.0.185) --- 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 4ce6573..c38d6e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3251,18 +3251,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.183" +version = "1.0.185" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32ac8da02677876d532745a130fc9d8e6edfa81a269b107c5b00829b91d8eb3c" +checksum = "be9b6f69f1dfd54c3b568ffa45c310d6973a5e5148fd40cf515acaf38cf5bc31" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.183" +version = "1.0.185" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aafe972d60b0b9bee71a91b92fee2d4fb3c9d7e8f6b179aa99f27203d99a4816" +checksum = "dc59dfdcbad1437773485e0367fea4b090a2e0a16d9ffc46af47764536a298ec" dependencies = [ "proc-macro2", "quote", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 539dd88..683926e 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -46,7 +46,7 @@ reqwest_cookie_store = "0.6.0" # https://github.com/Homebrew/homebrew-core/pull/70216 ring = "0.16.20" secrecy = { version = "0.8.0", features = ["serde"] } -serde = { version = "1.0.183", features = ["derive"] } +serde = { version = "1.0.185", features = ["derive"] } serde_json = "1.0.105" 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 e9a6613..f6e4bc6 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -49,7 +49,7 @@ reqwest_cookie_store = "0.6.0" # https://github.com/Homebrew/homebrew-core/pull/70216 ring = "0.16.20" secrecy = "0.8.0" -serde = { version = "1.0.183", features = ["derive"] } +serde = { version = "1.0.185", features = ["derive"] } serde_with = "3.2.0" shellexpand = "3.1.0" thiserror = "1.0.47"