Bump once_cell from 1.12.1 to 1.13.0 (#7)

This commit is contained in:
dependabot[bot] 2022-07-15 18:48:27 +00:00 committed by GitHub
parent bd328c226f
commit 627201d917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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"

View File

@ -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"] }