chore: update dependencies

This commit is contained in:
Michael Aaron Murphy 2023-05-26 16:52:05 +02:00
parent 57a73f0298
commit 6ab686e8a9
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
5 changed files with 62 additions and 62 deletions

View file

@ -8,29 +8,29 @@ rust-version = "1.65.0"
[dependencies]
apply = "0.3.0"
async-channel = "1.8.0"
bytecheck = "0.6.10"
bytecheck = "0.6.11"
color-eyre = "0.6.2"
cosmic-settings-page = { path = "../page" }
cosmic-settings-system = { path = "../pages/system" }
cosmic-settings-time = { path = "../pages/time" }
derive_setters = "0.1.5"
dirs = "4.0.0"
dirs = "5.0.1"
generator = "0.7.4"
i18n-embed-fl = "0.6.6"
i18n-embed-fl = "0.6.7"
libcosmic = {workspace = true}
once_cell = "1.17.1"
regex = "1.8.1"
rkyv = { version = "0.7.41", features = ["validation"]}
regex = "1.8.3"
rkyv = { version = "0.7.42", features = ["validation"]}
rust-embed = "6.6.1"
slotmap = "1.0.6"
tokio = "1.27.0"
tokio = "1.28.1"
downcast-rs = "1.2.0"
log = "0.4"
env_logger = "0.10"
cosmic-panel-config = { git = "https://github.com/pop-os/cosmic-panel", branch = "bg_jammy" }
[dependencies.i18n-embed]
version = "0.13.8"
version = "0.13.9"
features = ["fluent-system", "desktop-requester"]
[profile.release]