Update gbm and run cargo update

This commit is contained in:
Ian Douglas Scott 2024-04-19 09:30:45 -07:00
parent 888b1c542d
commit 3a60ba9565
2 changed files with 196 additions and 157 deletions

View file

@ -10,7 +10,7 @@ clap = { version = "4", features = ["derive"] }
cosmic-comp-config = { git = "https://github.com/pop-os/cosmic-comp" }
env_logger = "0.11.0"
futures-channel = "0.3.25"
gbm = "0.14.0"
gbm = "0.15.0"
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["tokio", "wayland", "single-instance"] }
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
freedesktop-desktop-entry = "0.5.0"