diff --git a/gstreamer/Cargo.toml b/gstreamer/Cargo.toml index dca92da9c..f4e25687b 100644 --- a/gstreamer/Cargo.toml +++ b/gstreamer/Cargo.toml @@ -26,7 +26,7 @@ futures-core = "0.3" futures-channel = "0.3" futures-util = { version = "0.3", default-features = false } muldiv = "1" -opt-ops = { package = "option-operations", version = "0.3" } +opt-ops = { package = "option-operations", version = "0.4" } serde = { version = "1.0", optional = true } serde_bytes = { version = "0.11", optional = true } paste = "1.0"