chore: Update dependencies

This commit is contained in:
Michael Aaron Murphy 2022-11-05 00:38:35 +01:00
parent 4eef0caae5
commit 8ec0ce9224
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
14 changed files with 823 additions and 465 deletions

View file

@ -8,37 +8,37 @@ publish = false
[dependencies]
async-pidfd = "0.1.4"
fork = "0.1.19"
fork = "0.1.20"
freedesktop-desktop-entry = "0.5.0"
human_format = "1.0.3"
human-sort = "0.2.2"
new_mime_guess = "4.0.1"
pop-launcher = { path = "../" }
regex = "1.5.5"
ron = "0.7.0"
serde = "1.0.136"
serde_json = "1.0.79"
slab = "0.4.5"
regex = "1.6.0"
ron = "0.8.0"
serde = "1.0.147"
serde_json = "1.0.87"
slab = "0.4.7"
strsim = "0.10.0"
tracing = "0.1.32"
urlencoding = "2.1.0"
zbus = "2.1.1"
zvariant = "3.1.2"
tracing = "0.1.37"
urlencoding = "2.1.2"
zbus = "3.4.0"
zvariant = "3.7.1"
ward = "2.1.0"
url = "2.2.2"
url = "2.3.1"
sysfs-class = "0.1.3"
anyhow = "1.0.56"
flume = "0.10.12"
anyhow = "1.0.66"
flume = "0.10.14"
dirs = "4.0.0"
futures = "0.3.21"
bytes = "1.1.0"
futures = "0.3.25"
bytes = "1.2.1"
recently-used-xbel = "1.0.0"
[dependencies.reqwest]
version = "0.11.10"
version = "0.11.12"
default-features = false
features = ["rustls-tls"]
[dependencies.tokio]
version = "1.17.0"
features = ["fs", "io-std", "macros", "process", "rt"]
version = "1.21.2"
features = ["fs", "io-std", "macros", "process", "rt"]