mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Cargo.toml cleanup (#35248)
Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
This commit is contained in:
parent
65012c170d
commit
7edbafb91b
1 changed files with 8 additions and 8 deletions
16
Cargo.toml
16
Cargo.toml
|
@ -18,13 +18,13 @@ rust-version = "1.83.0"
|
|||
[workspace.dependencies]
|
||||
accountable-refcell = "0.2.0"
|
||||
aes = "0.8.4"
|
||||
aes-kw = { version = "0.2.1", features = ["alloc"] }
|
||||
aes-gcm = "0.10.3"
|
||||
aes-kw = { version = "0.2.1", features = ["alloc"] }
|
||||
app_units = "0.7"
|
||||
arrayvec = "0.7"
|
||||
async-tungstenite = { version = "0.28", features = ["tokio-rustls-webpki-roots"] }
|
||||
aws-lc-rs = { version = "1.12", default-features = false }
|
||||
atomic_refcell = "0.1.13"
|
||||
aws-lc-rs = { version = "1.12", default-features = false }
|
||||
background_hang_monitor_api = { path = "components/shared/background_hang_monitor" }
|
||||
backtrace = "0.3"
|
||||
base = { path = "components/shared/base" }
|
||||
|
@ -73,15 +73,15 @@ http = "1.0"
|
|||
http-body-util = "0.1"
|
||||
hyper = "1.6"
|
||||
hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "logging", "tls12", "webpki-tokio"] }
|
||||
hyper_serde = { path = "components/hyper_serde" }
|
||||
hyper-util = { version = "0.1", features = ["client", "client-legacy", "http2", "tokio"] }
|
||||
hyper_serde = { path = "components/hyper_serde" }
|
||||
icu_segmenter = "1.5.0"
|
||||
js = { package = "mozjs", git = "https://github.com/servo/mozjs" }
|
||||
image = "0.24"
|
||||
imsz = "0.2"
|
||||
indexmap = { version = "2.7.1", features = ["std"] }
|
||||
ipc-channel = "0.19"
|
||||
itertools = "0.13"
|
||||
js = { package = "mozjs", git = "https://github.com/servo/mozjs" }
|
||||
keyboard-types = "0.7"
|
||||
libc = "0.2"
|
||||
log = "0.4"
|
||||
|
@ -131,12 +131,12 @@ string_cache_codegen = "0.5"
|
|||
style = { git = "https://github.com/servo/stylo", branch = "2025-01-02", features = ["servo"] }
|
||||
style_config = { git = "https://github.com/servo/stylo", branch = "2025-01-02" }
|
||||
style_dom = { git = "https://github.com/servo/stylo", package = "dom", branch = "2025-01-02" }
|
||||
style_traits = { git = "https://github.com/servo/stylo", branch = "2025-01-02", features = ["servo"] }
|
||||
style_malloc_size_of = { package = "malloc_size_of", git = "https://github.com/servo/stylo", branch = "2025-01-02", features = ["servo"] }
|
||||
style_traits = { git = "https://github.com/servo/stylo", branch = "2025-01-02", features = ["servo"] }
|
||||
surfman = { git = "https://github.com/servo/surfman", rev = "300789ddbda45c89e9165c31118bf1c4c07f89f6", features = ["chains"] }
|
||||
syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] }
|
||||
synstructure = "0.13"
|
||||
taffy = { version = "0.7.5", default-features = false, features = ["std", "serde", "grid", "detailed_layout_info"] }
|
||||
taffy = { version = "0.7.5", default-features = false, features = ["detailed_layout_info", "grid", "serde", "std"] }
|
||||
thin-vec = "0.2.13"
|
||||
tikv-jemalloc-sys = "0.6.0"
|
||||
tikv-jemallocator = "0.6.0"
|
||||
|
@ -162,11 +162,11 @@ webrender = { git = "https://github.com/servo/webrender", branch = "0.65", featu
|
|||
webrender_api = { git = "https://github.com/servo/webrender", branch = "0.65" }
|
||||
webrender_traits = { path = "components/shared/webrender" }
|
||||
webxr-api = { path = "components/shared/webxr" }
|
||||
winapi = "0.3"
|
||||
wio = "0.2"
|
||||
wgpu-core = { git = "https://github.com/gfx-rs/wgpu", rev = "d8e7ab1ad13f2bf2f9702401d1bc625e26b1c2e6" }
|
||||
wgpu-types = { git = "https://github.com/gfx-rs/wgpu", rev = "d8e7ab1ad13f2bf2f9702401d1bc625e26b1c2e6" }
|
||||
winapi = "0.3"
|
||||
windows-sys = "0.59"
|
||||
wio = "0.2"
|
||||
wr_malloc_size_of = { git = "https://github.com/servo/webrender", branch = "0.65" }
|
||||
xi-unicode = "0.3.0"
|
||||
xml5ever = "0.20"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue