Update dependencies throughout the project (#2401)

* Update dependencies

* Update stable node ID hashes again, for some reason?
This commit is contained in:
Keavon Chambers 2025-03-07 21:32:52 -08:00 committed by GitHub
parent c4cf47703a
commit 381dcbf17f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 2532 additions and 2175 deletions

View file

@ -28,10 +28,7 @@ std = [
"image",
"reflections",
]
reflections = [
"alloc",
"ctor",
]
reflections = ["alloc", "ctor"]
serde = [
"dep:serde",
"glam/serde",
@ -67,7 +64,7 @@ rand_chacha = { workspace = true, optional = true }
bezier-rs = { workspace = true, optional = true }
kurbo = { workspace = true, optional = true }
base64 = { workspace = true, optional = true }
vello = { workspace = true, optional = true }
vello = { workspace = true, optional = true }
wgpu = { workspace = true, optional = true }
specta = { workspace = true, optional = true }
rustybuzz = { workspace = true, optional = true }

File diff suppressed because it is too large Load diff

View file

@ -57,8 +57,8 @@ graph-craft = { workspace = true, features = ["loading"] }
pretty_assertions = { workspace = true }
# Required dependencies
criterion = { version = "0.5", features = ["html_reports"]}
iai-callgrind = { version = "0.12.3"}
criterion = { version = "0.5", features = ["html_reports"] }
iai-callgrind = { version = "0.12.3" }
# Benchmarks
[[bench]]

View file

@ -923,12 +923,12 @@ mod test {
assert_eq!(
ids,
vec![
NodeId(10795919842314709924),
NodeId(5986931472261716476),
NodeId(1689970140162147057),
NodeId(17084072420335757359),
NodeId(17163508657634907814),
NodeId(3540151743833532788)
NodeId(8409339180888025381),
NodeId(210279231591542793),
NodeId(11043024792989571946),
NodeId(16261870568621497283),
NodeId(6520148642810552409),
NodeId(8779776256867305756)
]
);
}