1
0

chore: update dependency

This commit is contained in:
2025-08-24 22:29:01 +08:00
parent b2424c1fba
commit 55bfa38d1c
2 changed files with 118 additions and 17 deletions

View File

@@ -10,7 +10,8 @@ members = ["problems/*", "common"]
hex = "0.4.3"
base64 = "0.22.1"
anyhow = "1.0.98"
rand = "0.8"
rand = "0.9"
num-bigint = { version = "0.4", features = ["rand"] }
num-traits = "0.2"
once_cell = "1.21"
rayon = "1.11.0"