diff --git a/Cargo.lock b/Cargo.lock index e3a3291..2f1be33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -525,9 +525,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.12.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225" +checksum = "ac8b1a9b2518dc799a2271eff1688707eb315f0d4697aa6b0871369ca4c4da55" [[package]] name = "pacmanconf" diff --git a/Cargo.toml b/Cargo.toml index 2ec939e..9ff1cd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ alpm-utils = "1.1.2" pacmanconf = "1.0.0" subprocess = "0.2.9" -once_cell = "1.12.0" +once_cell = "1.12.1" 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"] }