From 016b6e81b8d9a5184e16ebb38af0c46f10ba77dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 22:16:25 +0000 Subject: [PATCH] Bump once_cell from 1.8.0 to 1.13.1 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.8.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.8.0...v1.13.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 85e74c3a..b08d23bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -899,9 +899,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.8.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" +checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e" [[package]] name = "opaque-debug" diff --git a/Cargo.toml b/Cargo.toml index a6352cf5..4dd1cb96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ ctl10n = "0.2.0" [dependencies] lazy_static = "1.4" -once_cell = "1.8" +once_cell = "1.13" anyhow = "1.0" structopt = "0.3" futures = "0.3"