Update muldiv dependency to 1.0

This commit is contained in:
Sebastian Dröge 2020-10-13 12:35:31 +03:00 committed by Sebastian Dröge
parent 025f215bd3
commit fff69b3a23

View file

@ -25,7 +25,7 @@ once_cell = "1.0"
futures-core = "0.3"
futures-util = "0.3"
futures-channel = "0.3"
muldiv = "0.2"
muldiv = "1"
serde = { version = "1.0", optional = true }
serde_bytes = { version = "0.11", optional = true }
serde_derive = { version = "1.0", optional = true }