chore: Update dependencies

This commit is contained in:
Michael Aaron Murphy 2022-02-28 18:05:41 +01:00 committed by Michael Murphy
parent 1d031d99c1
commit 563128904b
7 changed files with 415 additions and 354 deletions

View file

@ -7,28 +7,28 @@ edition = "2018"
publish = false
[dependencies]
async-pidfd = "0.1"
fork = "0.1"
freedesktop-desktop-entry = "0.4.1"
futures-lite = "1"
gtk = "0.14"
human_format = "1.0"
human-sort = "0.2"
new_mime_guess = "3"
async-pidfd = "0.1.4"
fork = "0.1.18"
freedesktop-desktop-entry = "0.5.0"
futures-lite = "1.12.0"
gtk = "0.15.4"
human_format = "1.0.3"
human-sort = "0.2.2"
new_mime_guess = "4.0.1"
pop-launcher = { path = "../" }
postage = { version = "0.4", features = ["futures-traits"] }
regex = "1"
ron = "0.7"
serde = "1"
serde_json = "1.0"
slab = "0.4"
smol = "1"
strsim = "0.10"
tracing = "0.1"
tracing-subscriber = "0.3"
urlencoding = "2"
zbus = "1"
zvariant = "2.9"
postage = { version = "0.4.1", features = ["futures-traits"] }
regex = "1.5.4"
ron = "0.7.0"
serde = "1.0.136"
serde_json = "1.0.79"
slab = "0.4.5"
smol = "1.2.5"
strsim = "0.10.0"
tracing = "0.1.31"
tracing-subscriber = "0.3.9"
urlencoding = "2.1.0"
zbus = "2.1.1"
zvariant = "3.1.2"
ward = "2.1.0"
isahc = "1.5.0"
isahc = "1.6.0"
url = "2.2.2"