diff --git a/gst-plugin-audiofx/Cargo.toml b/gst-plugin-audiofx/Cargo.toml index daf0e4ee..584a3fab 100644 --- a/gst-plugin-audiofx/Cargo.toml +++ b/gst-plugin-audiofx/Cargo.toml @@ -12,7 +12,7 @@ gstreamer = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer-base = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer-audio = { git = "https://github.com/sdroege/gstreamer-rs" } byte-slice-cast = "0.1" -num-traits = "0.1" +num-traits = "0.2" [lib] name = "gstrsaudiofx" diff --git a/gst-plugin-tutorial/Cargo.toml b/gst-plugin-tutorial/Cargo.toml index 2772e73f..f2b2e8ed 100644 --- a/gst-plugin-tutorial/Cargo.toml +++ b/gst-plugin-tutorial/Cargo.toml @@ -13,7 +13,7 @@ gstreamer-base = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer-video = { git = "https://github.com/sdroege/gstreamer-rs" } gstreamer-audio = { git = "https://github.com/sdroege/gstreamer-rs" } byte-slice-cast = "0.1" -num-traits = "0.1" +num-traits = "0.2" [lib] name = "gstrstutorial"