Skip to content

Commit e2d6b0d

Browse files
authored
gpui: Update dependencies (second attempt) (#9836)
Updated version of #9741 with fixes for the problems raised in #9774. I only verified that the images no longer look blueish on Linux, because I don't have a Mac. cc @osiewicz Release Notes: - N/A --------- Signed-off-by: Niklas Wimmer <mail@nwimmer.me>
1 parent 94c51c6 commit e2d6b0d

File tree

13 files changed

+743
-613
lines changed

13 files changed

+743
-613
lines changed

Cargo.lock

Lines changed: 492 additions & 403 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/gpui/Cargo.toml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ etagere = "0.2"
4040
futures.workspace = true
4141
font-kit = { git = "https://github.com/zed-industries/font-kit", rev = "5a5c4d4" }
4242
gpui_macros.workspace = true
43-
image = "0.23"
43+
image = "0.25"
4444
itertools.workspace = true
4545
lazy_static.workspace = true
4646
linkme = "0.3"
@@ -54,7 +54,7 @@ profiling.workspace = true
5454
rand.workspace = true
5555
raw-window-handle = "0.6"
5656
refineable.workspace = true
57-
resvg = "0.14"
57+
resvg = "0.40"
5858
schemars.workspace = true
5959
seahash = "4.1"
6060
serde.workspace = true
@@ -67,8 +67,6 @@ sum_tree.workspace = true
6767
taffy = { git = "https://github.com/DioxusLabs/taffy", rev = "1876f72bee5e376023eaa518aa7b8a34c769bd1b" }
6868
thiserror.workspace = true
6969
time.workspace = true
70-
tiny-skia = "0.5"
71-
usvg = { version = "0.14", features = [] }
7270
util.workspace = true
7371
uuid = { version = "1.1.2", features = ["v4", "v5"] }
7472
waker-fn = "1.1.0"
@@ -78,7 +76,7 @@ backtrace = "0.3"
7876
collections = { workspace = true, features = ["test-support"] }
7977
util = { workspace = true, features = ["test-support"] }
8078

81-
[build-dependencies]
79+
[target.'cfg(target_os = "macos")'.build-dependencies]
8280
bindgen = "0.65.1"
8381
cbindgen = "0.26.0"
8482

@@ -101,26 +99,26 @@ blade-graphics.workspace = true
10199
blade-macros.workspace = true
102100
blade-rwh.workspace = true
103101
bytemuck = "1"
104-
cosmic-text = "0.10.0"
102+
cosmic-text = "0.11.2"
105103
copypasta = "0.10.1"
106104

107105
[target.'cfg(target_os = "linux")'.dependencies]
108-
open = "5.0.1"
109-
ashpd = "0.7.0"
110-
x11rb = { version = "0.13.0", features = ["allow-unsafe-code", "xkb", "randr"] }
106+
as-raw-xcb-connection = "1"
107+
ashpd = "0.8.0"
108+
calloop = "0.12.4"
109+
calloop-wayland-source = "0.2.0"
110+
wayland-backend = { version = "0.3.3", features = ["client_system"] }
111111
wayland-client = { version = "0.31.2" }
112112
wayland-cursor = "0.31.1"
113113
wayland-protocols = { version = "0.31.2", features = [
114114
"client",
115115
"staging",
116116
"unstable",
117117
] }
118-
wayland-backend = { version = "0.3.3", features = ["client_system"] }
119-
xkbcommon = { version = "0.7", features = ["wayland", "x11"] }
120-
as-raw-xcb-connection = "1"
121-
calloop = "0.12.4"
122-
calloop-wayland-source = "0.2.0"
123118
oo7 = "0.3.0"
119+
open = "5.1.2"
120+
x11rb = { version = "0.13.0", features = ["allow-unsafe-code", "xkb", "randr"] }
121+
xkbcommon = { version = "0.7", features = ["wayland", "x11"] }
124122

125123
[target.'cfg(windows)'.dependencies]
126124
windows.workspace = true

0 commit comments

Comments
 (0)