forked from mirrors/gstreamer-rs
Update muldiv dependency to 1.0
This commit is contained in:
parent
025f215bd3
commit
fff69b3a23
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ once_cell = "1.0"
|
||||||
futures-core = "0.3"
|
futures-core = "0.3"
|
||||||
futures-util = "0.3"
|
futures-util = "0.3"
|
||||||
futures-channel = "0.3"
|
futures-channel = "0.3"
|
||||||
muldiv = "0.2"
|
muldiv = "1"
|
||||||
serde = { version = "1.0", optional = true }
|
serde = { version = "1.0", optional = true }
|
||||||
serde_bytes = { version = "0.11", optional = true }
|
serde_bytes = { version = "0.11", optional = true }
|
||||||
serde_derive = { version = "1.0", optional = true }
|
serde_derive = { version = "1.0", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue