Update dependencies

Updating `renderdoc` fixes a segfault running with the `debug` feature.
This commit is contained in:
Ian Douglas Scott 2023-10-03 13:28:32 -07:00
parent a149b4262f
commit 974aef7476
2 changed files with 74 additions and 102 deletions

View file

@ -19,7 +19,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
sendfd = "0.4.1"
egui = { version = "0.22.0", optional = true }
renderdoc = { version = "0.10.1", optional = true }
renderdoc = { version = "0.11.0", optional = true }
edid-rs = { version = "0.1" }
png = "0.17.5"
lazy_static = "1.4.0"
@ -27,11 +27,11 @@ log-panics = { version = "2", features = ["with-backtrace"] }
thiserror = "1.0.26"
regex = "1"
xcursor = "0.3.3"
xkbcommon = "0.6"
xkbcommon = "0.7"
indexmap = "2.0"
xdg = "^2.1"
ron = "0.7"
libsystemd = { version = "0.5", optional = true }
ron = "0.8"
libsystemd = { version = "0.6", optional = true }
wayland-backend = "0.3.0"
wayland-scanner = "0.31.0"
cosmic-comp-config = { path = "cosmic-comp-config" }
@ -40,8 +40,8 @@ cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", branch
libcosmic = { git = "https://github.com/pop-os/libcosmic/", rev = "f91287d", default-features = false }
iced_tiny_skia = { git = "https://github.com/pop-os/libcosmic/", rev = "f91287d" }
tiny-skia = "0.10"
ordered-float = "3.0"
glow = "0.11.2"
ordered-float = "4.0"
glow = "0.12.0"
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "tracing-log"] }
tracing-journald = "0.3.0"
tracing = { version = "0.1.37", features = ["max_level_debug", "release_max_level_info"] }
@ -49,9 +49,9 @@ puffin = { version = "0.14.3", optional = true }
puffin_egui = { version = "0.22.0", optional = true }
keyframe = "1.1.1"
once_cell = "1.18.0"
i18n-embed = { version = "0.13", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.6"
rust-embed = "6.6"
i18n-embed = { version = "0.14", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.7"
rust-embed = "8.0"
[dependencies.id_tree]
git = "https://github.com/Drakulix/id-tree.git"