diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-06-03 08:13:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 08:13:17 +0000 |
commit | 0197a58a852d1972a51b47f29f322330a0af678b (patch) | |
tree | 6bf85614620838037472383468bb63ec279fb53a | |
parent | ea491b41174edd03c3ee08fe29046c33b96b0406 (diff) | |
download | servo-0197a58a852d1972a51b47f29f322330a0af678b.tar.gz servo-0197a58a852d1972a51b47f29f322330a0af678b.zip |
Bump gstreamer-base-sys from 0.8.0 to 0.8.1
Bumps gstreamer-base-sys from 0.8.0 to 0.8.1.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 6865c4ec3d3..339ce910b7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2186,9 +2186,9 @@ dependencies = [ [[package]] name = "gstreamer-base-sys" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ba1955ea091323c17fdf8ff54fd7cf3dfed1a6035193ba08f85eb76bf549056" +checksum = "ba384f52174b3c586593fca32642680a9e67961fea9f4cd8419f678965023bed" dependencies = [ "glib-sys", "gobject-sys", |