Skip to content

Commit 1df4241

Browse files
committed
updates
1 parent 8ba24ec commit 1df4241

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ async = ["flume/async", "dep:futures"]
99
game = ["dep:glam", "noise"]
1010
image = ["dep:image", "noise/images"]
1111
log = ["dep:log", "rand/log"]
12-
nightly = ["parking_lot/nightly", "rand/nightly", "rand/simd_support"]
12+
nightly = ["parking_lot/nightly", "rand/nightly"]
1313
noise = ["dep:noise"]
1414
rand = ["dep:fastrand", "dep:rand", "glam/rand"]
1515
serde = [
@@ -29,20 +29,20 @@ anyhow = "1.0"
2929
chrono = "0.4"
3030
closure = "0.3"
3131
fastrand = { version = "2.3", optional = true }
32-
flume = { version = "0.11", features = ["select"] }
32+
flume = { version = "0.12", features = ["select"] }
3333
futures = { 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 }
3636
image = { version = "0.25", optional = true }
3737
log = { version = "0.4", optional = true }
3838
noise = { version = "0.9", optional = true }
3939
parking_lot = { version = "0.12", features = ["hardware-lock-elision"] }
4040
rand = { version = "0.9", optional = true }
4141
relative-path = "2.0"
4242
rayon = "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

Comments
 (0)