chore: Bump dependencies (#15029)

Release Notes:


- N/A
This commit is contained in:
Piotr Osiewicz 2024-07-23 21:38:47 +02:00 committed by GitHub
parent 5f8e799d60
commit fa76d8edcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 99 additions and 154 deletions

View file

@ -39,7 +39,7 @@ derive_more.workspace = true
env_logger.workspace = true
etagere = "0.2"
futures.workspace = true
font-kit = { git = "https://github.com/zed-industries/font-kit", rev = "5a5c4d4" }
font-kit = { git = "https://github.com/zed-industries/font-kit", rev = "40391b7" }
gpui_macros.workspace = true
http.workspace = true
image = "0.25.1"
@ -143,7 +143,7 @@ xim = { git = "https://github.com/npmania/xim-rs", rev = "27132caffc5b9bc9c432ca
"x11rb-xcb",
"x11rb-client",
] }
font-kit = { git = "https://github.com/zed-industries/font-kit", rev = "5a5c4d4", features = [
font-kit = { git = "https://github.com/zed-industries/font-kit", rev = "40391b7", features = [
"source-fontconfig-dlopen",
] }
x11-clipboard = "0.9.2"

View file

@ -23,7 +23,7 @@ util.workspace = true
gpui = { workspace = true, features = ["test-support"] }
rand.workspace = true
util = { workspace = true, features = ["test-support"] }
criterion = { version = "0.4", features = ["html_reports"] }
criterion = { version = "0.5", features = ["html_reports"] }
[[bench]]
name = "rope_benchmark"