From b3101f672683472407a1437bdc41a2d41f990703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 12:30:10 +0000 Subject: [PATCH] Bump serde_with from 3.0.0 to 3.1.0 Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- lychee-lib/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 429a90c098..9eb5a5adea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3304,9 +3304,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.0.0" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f02d8aa6e3c385bf084924f660ce2a3a6bd333ba55b35e8590b321f35d88513" +checksum = "21e47d95bc83ed33b2ecf84f4187ad1ab9685d18ff28db000c99deac8ce180e3" dependencies = [ "base64 0.21.2", "chrono", @@ -3320,9 +3320,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.0.0" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edc7d5d3932fb12ce722ee5e64dd38c504efba37567f0c402f6ca728c3b8b070" +checksum = "ea3cee93715c2e266b9338b7544da68a9f24e227722ba482bd1c024367c77c65" dependencies = [ "darling 0.20.1", "proc-macro2", diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 8c9abb3c9b..1960c6dddd 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -50,7 +50,7 @@ reqwest_cookie_store = "0.6.0" ring = "0.16.20" secrecy = "0.8.0" serde = { version = "1.0.168", features = ["derive"] } -serde_with = "3.0.0" +serde_with = "3.1.0" shellexpand = "3.1.0" thiserror = "1.0.43" tokio = { version = "1.29.1", features = ["full"] }