From b3387b2c2b71ebc16a9d0adbb2f7612e2e52c028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 23:01:03 +0000 Subject: [PATCH] Bump once_cell from 1.13.0 to 1.17.1 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.13.0 to 1.17.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.17.1) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50738b62..a5aa7a34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -881,9 +881,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.13.0" +version = "1.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" +checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "openssl" diff --git a/Cargo.toml b/Cargo.toml index cff861ae..6f8b5852 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ ctl10n = "0.2.0" [dependencies] lazy_static = "1.4" -once_cell = "1.13" +once_cell = "1.17" anyhow = "1.0" structopt = "0.3" futures = "0.3"