Skip to content

Commit 7391742

Browse files
fix(deps): update rust crate netdev to 0.32 (#881)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c44b68c commit 7391742

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Cargo.lock

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/components/connections/protocols/pro-dj-link/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ mizer-commander = { path = "../../../../runtime/commander" }
1515
tokio = { version = "1.37", features = ["net", "rt", "sync", "time"] }
1616
serde = { version = "1", features = ["derive"] }
1717
pro-dj-link = { git = "https://github.com/maxjoehnk/pro-dj-link-rs.git", features = ["tokio"], default-features = false }
18-
netdev = "0.31"
18+
netdev = "0.32"
1919
enum_dispatch = "0.3"

0 commit comments

Comments
 (0)