From 91a47e20970c4396d88477f043ff9a3194d86c60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 00:29:42 +0000 Subject: [PATCH] chore: Bump once_cell from 1.17.1 to 1.18.0 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.1 to 1.18.0. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.17.1...v1.18.0) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cli/Cargo.toml | 2 +- core/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51e35205f..7da6a4066 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1599,9 +1599,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.1" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" +checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "openssl" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 284b08946..d3019145e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -16,7 +16,7 @@ path = "src/main.rs" check-if-email-exists = { path = "../core", features = ["headless"] } clap = { version = "3.2", features = ["derive", "env"] } env_logger = "0.10" -once_cell = "1.17" +once_cell = "1.18" openssl = { version = "0.10", features = ["vendored"] } serde = "1.0" serde_json = "1.0" diff --git a/core/Cargo.toml b/core/Cargo.toml index bc3d55751..a5d4f5eb0 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -25,7 +25,7 @@ levenshtein = "1.0.5" log = "0.4.20" mailchecker = "5.0.7" md5 = "0.7.0" -once_cell = "1.17.1" +once_cell = "1.18.0" pwned = "0.5.0" rand = { version = "0.8.5", features = ["small_rng"] } regex = "1.9.4"