From 2b799910fc1295e1861030e7ca8cf1db5b1280f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 19 Feb 2017 12:12:06 +0200 Subject: [PATCH] Update to bitflags 0.8 --- gst-plugin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-plugin/Cargo.toml b/gst-plugin/Cargo.toml index 3eacfca2..527db923 100644 --- a/gst-plugin/Cargo.toml +++ b/gst-plugin/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT/Apache-2.0" [dependencies] libc = "0.2" url = "1.1" -bitflags = "0.7" +bitflags = "0.8" slog = { version = "1.3", features = ["max_level_trace"] } lazy_static = "0.2" byteorder = "1.0"