From f575cadd69e107e29b478b55695bbf44ca768be5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 12:13:56 +0000 Subject: [PATCH] Bump once_cell from 1.13.0 to 1.13.1 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/matklad/once_cell/releases) - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: once_cell 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 411028c..53441c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2056,9 +2056,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.13.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" +checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e" [[package]] name = "oorandom" diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index ba2732c..8515013 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -40,7 +40,7 @@ tokio = { version = "1.20.1", features = ["full"] } toml = "0.5.9" futures = "0.3.23" tokio-stream = "0.1.9" -once_cell = "1.13.0" +once_cell = "1.13.1" dashmap = { version = "5.3.4", features = ["serde"] } csv = "1.1.6" humantime = "2.1.0" diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index dac2529..1ddc2d9 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -44,7 +44,7 @@ percent-encoding = "2.1.0" async-stream = "0.3.3" jwalk = "0.6.0" cached = "0.38.0" -once_cell = "1.13.0" +once_cell = "1.13.1" thiserror = "1.0.32" futures = "0.3.23" lazy_static = "1.4.0"