Skip to content

Commit

Permalink
fix(deps): update rust crate derive_more to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent 4fafa53 commit def2288
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 10 deletions.
15 changes: 11 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/components/connections/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
anyhow = "1"
tracing = "0.1"
dashmap = "6"
derive_more = "0.99"
derive_more = "1.0"
mizer-protocol-citp = { path = "./protocols/citp" }
mizer-protocol-dmx = { path = "./protocols/dmx" }
mizer-protocol-midi = { path = "./protocols/midi" }
Expand Down
2 changes: 1 addition & 1 deletion crates/components/connections/devices/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ mizer-protocol-pro-dj-link = { path = "../protocols/pro-dj-link" }
tokio = { version = "1.37", features = ["sync", "rt"] }
tokio-stream = "0.1"
futures = "0.3"
derive_more = "0.99"
derive_more = "1.0"
profiling = "1.0"
2 changes: 1 addition & 1 deletion crates/mizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tracing = ["profiling/profile-with-tracy", "mizer-util/tracing"]
oslog = ["tracing-oslog"]

[dependencies]
derive_more = "0.99"
derive_more = "1.0"
directories-next = "2.0"
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
tracing-appender = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/runtime/commander/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
anyhow = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
derive_more = "0.99"
derive_more = "1.0"
mizer-console = { path = "../../../components/console" }
mizer-commander = { path = ".." }
mizer-processing = { path = "../../processing" }
Expand Down
2 changes: 1 addition & 1 deletion crates/runtime/pipeline/nodes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ mizer-timecode-nodes = { path = "timecode" }
mizer-transport-nodes = { path = "transport" }
mizer-vector-nodes = { path = "vector" }
mizer-ui-nodes = { path = "ui" }
derive_more = "0.99"
derive_more = "1.0"
dashmap = "6.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/runtime/pipeline/nodes/data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
anyhow = "1"
serde = { version = "1", features = ["derive"] }
derive_more = "0.99"
derive_more = "1.0"
mizer-node = { path = "../../node" }
mizer-util = { path = "../../../../util" }
mizer-media = { path = "../../../../components/media" }
Expand Down

0 comments on commit def2288

Please sign in to comment.