diff --git a/crates/runtime/pipeline/node/Cargo.toml b/crates/runtime/pipeline/node/Cargo.toml index 1ebb6c97d..5c31a69b9 100644 --- a/crates/runtime/pipeline/node/Cargo.toml +++ b/crates/runtime/pipeline/node/Cargo.toml @@ -10,7 +10,7 @@ test = [] [dependencies] anyhow = "1" tracing = "0.1" -heck = "0.4" +heck = "0.5" serde = { version = "1", features = ["derive", "rc"] } mizer-clock = { path = "../../clock" } mizer-debug-ui = { path = "../../debug-ui" }