Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ matrixmultiply = "0.3"

# Test-only tier-1 deps.
approx = "0.5"
rand = { version = "0.8", features = ["small_rng"] }
rand = { version = "0.10", features = ["small_rng"] }
# tempfile: fleet-canonical test-fixture temp dirs (RUST.md "Test fixtures:
# tempfile over /tmp/<hardcoded>", D-057) -- parallel-scope-safe, RAII cleanup.
tempfile = "3"
Expand Down
Loading