Bump once_cell from 1.12.1 to 1.13.0 (#7)
This commit is contained in:
parent
bd328c226f
commit
627201d917
|
@ -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"
|
||||
|
|
|
@ -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"] }
|
||||
|
|
Loading…
Reference in New Issue