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
13 changed files with 2532 additions and 2175 deletions

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)
]
);
}