From eff20a517b431f1e9d92bc4d29378488e6d5a289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Mar 2021 13:12:53 +0100 Subject: [PATCH] build(deps): bump once_cell from 1.4.0 to 1.7.2 (#46) Bumps [once_cell](https://github.com/matklad/once_cell) from 1.4.0 to 1.7.2. - [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.4.0...v1.7.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9753b49..a14899a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -329,9 +329,9 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" [[package]] name = "once_cell" -version = "1.4.0" +version = "1.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d" +checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3" [[package]] name = "openssl-probe" diff --git a/Cargo.toml b/Cargo.toml index 5d74561..b963b06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ dialoguer = "0.6.2" edit = "0.1.2" git2 = "0.13.6" itertools = "0.9.0" -once_cell = "1.4.0" +once_cell = "1.7.2" serde = { version = "1.0.114", features = ["derive"] } [package.metadata.commits]