From 627201d9170749770b07d09d623ece3707316e22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 18:48:27 +0000 Subject: [PATCH] Bump once_cell from 1.12.1 to 1.13.0 (#7) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ddf124c..b2a4863 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -525,9 +525,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.12.1" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac8b1a9b2518dc799a2271eff1688707eb315f0d4697aa6b0871369ca4c4da55" +checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" [[package]] name = "pacmanconf" diff --git a/Cargo.toml b/Cargo.toml index 863acca..abb6aed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ alpm-utils = "2.0.0" pacmanconf = "2.0.0" subprocess = "0.2.9" -once_cell = "1.12.1" +once_cell = "1.13.0" gettext-rs = { version = "0.7", features = ["gettext-system"] } gtk = { version = "0.15.5", features = ["v3_24_30"] } gio = { version = "0.15.12", features = ["v2_72"] }