Update dependencies

This commit is contained in:
Jeremy Soller 2024-10-29 14:29:20 -06:00
parent 576b9efd51
commit 20f9292e79
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 151 additions and 158 deletions

304
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -30,7 +30,6 @@ notify-rust = { version = "4", optional = true }
once_cell = "1.19"
open = "5.0.2"
paste = "1.0"
rayon = "1"
regex = "1"
serde = { version = "1", features = ["serde_derive"] }
shlex = { version = "1.3" }
@ -65,10 +64,6 @@ git = "https://github.com/pop-os/libcosmic.git"
default-features = false
features = ["a11y", "multi-window", "tokio", "winit"]
[dependencies.smol_str]
version = "0.2.1"
features = ["serde"]
[features]
default = ["bzip2", "desktop", "gvfs", "liblzma", "notify", "wgpu"]
desktop = ["libcosmic/desktop", "dep:xdg"]