Skip to content

Commit 6abc74d

Browse files
fix(deps): update rust crate rand to 0.9.0
1 parent d97a217 commit 6abc74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/atoll/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ grid = { version = "0.16.0", features = ["serde"] }
1313
ena = "0.14"
1414
tracing = "0.1"
1515
num = "0.4.1"
16-
rand = "0.8.5"
16+
rand = "0.9.0"
1717
serde = { version = "1.0.192", features = ["derive"] }
1818
pathfinding = "4.8.0"
1919
indexmap = "2"

0 commit comments

Comments
 (0)