From 92b0a00879d084387b532edecd2ed3ba7bb059dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 12:27:04 +0000 Subject: [PATCH] Bump serde_json from 1.0.103 to 1.0.104 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.103 to 1.0.104. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.103...v1.0.104) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lychee-bin/Cargo.toml | 2 +- lychee-lib/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0cf8007eca..4a605a57ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3252,9 +3252,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.103" +version = "1.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b" +checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c" dependencies = [ "itoa", "ryu", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 24e30b9e6e..243d407e1b 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -47,7 +47,7 @@ reqwest_cookie_store = "0.6.0" ring = "0.16.20" secrecy = { version = "0.8.0", features = ["serde"] } serde = { version = "1.0.175", features = ["derive"] } -serde_json = "1.0.103" +serde_json = "1.0.104" strum = {version = "0.25.0" , features = ["derive"] } supports-color = "2.0.0" tabled = "0.13.0" diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 54f53ace23..f6a9d1c5cd 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -65,7 +65,7 @@ features = ["runtime-tokio"] doc-comment = "0.3.3" tempfile = "3.6.0" wiremock = "0.5.19" -serde_json = "1.0.103" +serde_json = "1.0.104" [features]