gif: Update to gif 0.13

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1441>
This commit is contained in:
Sebastian Dröge 2024-01-31 16:59:06 +02:00
parent 451d928026
commit 08af298d11
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1955,9 +1955,9 @@ dependencies = [
[[package]]
name = "gif"
version = "0.12.0"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045"
checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
dependencies = [
"color_quant",
"weezl",

View file

@ -11,7 +11,7 @@ description = "GStreamer GIF plugin"
[dependencies]
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gst-video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gif = "0.12"
gif = "0.13"
atomic_refcell = "0.1"
once_cell = "1"