chore: update dependencies and release 1.2.4
This commit is contained in:
parent
476a8fb445
commit
fca3b25552
7 changed files with 634 additions and 546 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pop-launcher-plugins"
|
||||
version = "1.2.3"
|
||||
version = "1.2.4"
|
||||
license = "GPL-3.0-only"
|
||||
authors = ["Michael Aaron Murphy <mmstick@pm.me>"]
|
||||
edition.workspace = true
|
||||
|
|
@ -8,11 +8,11 @@ publish = false
|
|||
|
||||
[dependencies]
|
||||
async-pidfd = "0.1.4"
|
||||
fork = "0.1.23"
|
||||
fork = "0.2.0"
|
||||
freedesktop-desktop-entry = "0.6.2"
|
||||
human_format = "1.1.0"
|
||||
human-sort = "0.2.2"
|
||||
new_mime_guess = "4.0.1"
|
||||
new_mime_guess = "4.0.4"
|
||||
pop-launcher = { path = "../" }
|
||||
regex.workspace = true
|
||||
ron.workspace = true
|
||||
|
|
@ -22,20 +22,20 @@ slab = "0.4.9"
|
|||
strsim = "0.11.1"
|
||||
tracing.workspace = true
|
||||
urlencoding = "2.1.3"
|
||||
zbus = "4.2.2"
|
||||
zvariant = "4.1.1"
|
||||
url = "2.5.0"
|
||||
zbus = "4.4.0"
|
||||
zvariant = "4.2.0"
|
||||
url = "2.5.2"
|
||||
sysfs-class = "0.1.3"
|
||||
anyhow.workspace = true
|
||||
flume.workspace = true
|
||||
dirs.workspace = true
|
||||
futures.workspace = true
|
||||
bytes = "1.6.0"
|
||||
recently-used-xbel = "1.0.0"
|
||||
bytes = "1.7.2"
|
||||
recently-used-xbel = "1.1.0"
|
||||
|
||||
# dependencies cosmic toplevel
|
||||
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit" }
|
||||
sctk = { package = "smithay-client-toolkit", git = "https://github.com/smithay/client-toolkit", rev = "3bed072", features = [
|
||||
sctk = { package = "smithay-client-toolkit", version = "0.19.2", features = [
|
||||
"calloop",
|
||||
] }
|
||||
|
||||
|
|
@ -43,7 +43,7 @@ sctk = { package = "smithay-client-toolkit", git = "https://github.com/smithay/c
|
|||
switcheroo-control = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
||||
|
||||
[dependencies.reqwest]
|
||||
version = "0.12.3"
|
||||
version = "0.12.8"
|
||||
default-features = false
|
||||
features = ["rustls-tls"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue