Skip to content

Commit

Permalink
fix(deps): update rust crate heck to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent 83b3f61 commit 1792b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/runtime/pipeline/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 1792b4d

Please sign in to comment.