From fd78b55fcecd81d7720af7bde43f8f27ed94eddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 12:42:58 +0000 Subject: [PATCH] Bump typed-builder from 0.15.0 to 0.15.1 Bumps [typed-builder](https://github.com/idanarye/rust-typed-builder) from 0.15.0 to 0.15.1. - [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md) - [Commits](https://github.com/idanarye/rust-typed-builder/commits) --- updated-dependencies: - dependency-name: typed-builder dependency-type: direct:production update-type: version-update:semver-patch ... 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 ea6cf1b..50b834c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3936,18 +3936,18 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "typed-builder" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d2135600ca28125d27c63643ed7789b9f467a316e3a8ad98a9abeeb3eec4a83" +checksum = "98d9e1c147896ed2835fccc41d0600d0b6ca68261e6ccd3691e51659ae9153b8" dependencies = [ "typed-builder-macro", ] [[package]] name = "typed-builder-macro" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "952108e5d54c3c3f6552e8c5cdb3600adf49c22a4ea82066dea90d2f5c71c526" +checksum = "6dba2e999a7ccbeb42ede7c9824fc9d4660794e5bcd456e5d60ac17baad6e083" dependencies = [ "proc-macro2", "quote", diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index cfae32c..526dde9 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -53,7 +53,7 @@ serde_with = "3.0.0" shellexpand = "3.1.0" thiserror = "1.0.43" tokio = { version = "1.29.1", features = ["full"] } -typed-builder = "0.15.0" +typed-builder = "0.15.1" url = { version = "2.4.0", features = ["serde"] } [dependencies.par-stream]