change Cargo.toml

This commit is contained in:
gitlab_ly 2021-07-08 00:42:25 +02:00
parent a4a25cbfa6
commit f5f022cb66
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -770,9 +770,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.97"
version = "0.2.98"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790"
[[package]]
name = "libloading"

View File

@ -16,7 +16,7 @@ libappindicator = "0.5.2"
gettext-rs = "0.7.0"
subprocess = "0.2.6"
zbus = "1.8.0"
zvariant = "2.3.0"
zvariant = "2.5.0"
gdk-pixbuf = "0.9.0"
[dependencies.gtk]