Skip to content

Commit 68f125d

Browse files
fix(deps): update rust crate rand to 0.9
1 parent 1e54966 commit 68f125d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/components/fixtures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ parking_lot = "0.12"
2727
indexmap = "2.2"
2828
tracing = "0.1"
2929
palette = "0.7"
30-
rand = "0.8"
30+
rand = "0.9"
3131
itertools = "0.13"
3232
enum-iterator = "2.0"
3333
rayon = "1.10"

crates/runtime/pipeline/nodes/behaviors/port-operations/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tracing = "0.1"
1010
mizer-node = { path = "../../../node" }
1111
serde = { version = "1", features = ["derive"] }
1212
itertools = "0.13"
13-
rand = "0.8"
13+
rand = "0.9"
1414
mizer-util = { path = "../../../../../util" }
1515
enum-iterator = "2.0"
1616
num_enum = "0.7"

0 commit comments

Comments
 (0)