@@ -9,7 +9,7 @@ async = ["flume/async", "dep:futures"]
99game = [" dep:glam" , " noise" ]
1010image = [" dep:image" , " noise/images" ]
1111log = [" dep:log" , " rand/log" ]
12- nightly = [" parking_lot/nightly" , " rand/nightly" , " rand/simd_support " ]
12+ nightly = [" parking_lot/nightly" , " rand/nightly" ]
1313noise = [" dep:noise" ]
1414rand = [" dep:fastrand" , " dep:rand" , " glam/rand" ]
1515serde = [
@@ -29,20 +29,20 @@ anyhow = "1.0"
2929chrono = " 0.4"
3030closure = " 0.3"
3131fastrand = { version = " 2.3" , optional = true }
32- flume = { version = " 0.11 " , features = [" select" ] }
32+ flume = { version = " 0.12 " , features = [" select" ] }
3333futures = { version = " 0.3" , optional = true }
3434# glam fast-math could cause some platform inequality
35- glam = { version = " 0.30 " , features = [" fast-math" ], optional = true }
35+ glam = { version = " 0.31 " , features = [" fast-math" ], optional = true }
3636image = { version = " 0.25" , optional = true }
3737log = { version = " 0.4" , optional = true }
3838noise = { version = " 0.9" , optional = true }
3939parking_lot = { version = " 0.12" , features = [" hardware-lock-elision" ] }
4040rand = { version = " 0.9" , optional = true }
4141relative-path = " 2.0"
4242rayon = " 1.10"
43- scc = { version = " 2.3 " , features = [" serde" ] }
44- stupid_simple_dotenv = " 0.2 "
45- uuid = { version = " 1.16 " , features = [
43+ scc = { version = " 3.5 " , features = [" serde" ] }
44+ stupid_simple_dotenv = " 0.3 "
45+ uuid = { version = " 1.20 " , features = [
4646 " v4" ,
4747 " v7" ,
4848 " macro-diagnostics" ,
0 commit comments