Merge pull request #5 from CachyOS/dependabot/cargo/alpm-utils-2.0.0

Bump alpm-utils from 1.1.2 to 2.0.0
This commit is contained in:
Vladislav Nepogodin 2022-07-04 22:14:00 +04:00 committed by GitHub
commit b7ffba977c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 6 deletions

25
Cargo.lock generated
View File

@ -32,12 +32,12 @@ dependencies = [
[[package]]
name = "alpm-utils"
version = "1.1.2"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09329cd59e48e140faceb66ec714d8b5fe28a414327b381ae9a8af47ab29a700"
checksum = "01c6892a7ced000868007e9ee99a80680c96f5b3e535e9ade81a54501e391232"
dependencies = [
"alpm",
"pacmanconf",
"pacmanconf 2.0.0",
]
[[package]]
@ -101,7 +101,7 @@ dependencies = [
"glib",
"gtk",
"once_cell",
"pacmanconf",
"pacmanconf 1.0.0",
"serde",
"serde_json",
"subprocess",
@ -152,6 +152,12 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "895f4cd6403d7bd85e13ff3ec635d58183e5e708e7bd70430a91d661b04548e2"
[[package]]
name = "cini"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8628d1f5b9a7b1196ce1aa660e3ba7e2559d350649cbe94993519c127df667f2"
[[package]]
name = "field-offset"
version = "0.3.4"
@ -535,7 +541,16 @@ version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faba895e4237d5dfd3459a4c0ef807b3510e088d28e7f5fd71a72962af84fef4"
dependencies = [
"cini",
"cini 0.1.1",
]
[[package]]
name = "pacmanconf"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba64fdfa5d4589657dc8c8497b67322d8a64c162357ea0359656bfe23eec6185"
dependencies = [
"cini 1.0.0",
]
[[package]]

View File

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
alpm = "2.2.1"
alpm-utils = "1.1.2"
alpm-utils = "2.0.0"
pacmanconf = "1.0.0"
subprocess = "0.2.9"