fixup! media-converter: Update dependencies

This commit is contained in:
Andrew Eikum 2021-12-21 13:58:22 -06:00
parent 2ca6e743d3
commit b00ac43907

View File

@ -254,10 +254,7 @@ This software contains the following Rust libraries under the MIT license:
gstreamer-rs <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs> gstreamer-rs <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs>
array-init <https://github.com/Manishearth/array-init/> array-init <https://github.com/Manishearth/array-init/>
Copyright (c) 2010 The Rust Project Developers Copyright (c) 2017-2020 The array-init developers
autocfg <https://github.com/cuviper/autocfg>
Copyright (c) 2018 Josh Stone
bitflags <https://github.com/bitflags/bitflags> bitflags <https://github.com/bitflags/bitflags>
num-integer <https://github.com/rust-num/num-integer> num-integer <https://github.com/rust-num/num-integer>
@ -266,29 +263,21 @@ This software contains the following Rust libraries under the MIT license:
Copyright (c) 2014 The Rust Project Developers Copyright (c) 2014 The Rust Project Developers
cfg-if <https://github.com/alexcrichton/cfg-if> cfg-if <https://github.com/alexcrichton/cfg-if>
pkg-config <https://github.com/rust-lang/pkg-config-rs> proc-macro2 <https://github.com/dtolnay/proc-macro2>
proc-macro2 <https://github.com/alexcrichton/proc-macro2>
toml <https://github.com/alexcrichton/toml-rs> toml <https://github.com/alexcrichton/toml-rs>
Copyright (c) 2014 Alex Crichton Copyright (c) 2014 Alex Crichton
chrono <https://github.com/chronotope/chrono>
Copyright (c) 2014 Kang Seonghoon
crc32fast <https://github.com/srijs/rust-crc32fast> crc32fast <https://github.com/srijs/rust-crc32fast>
Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors
futures-channel <https://github.com/rust-lang/futures-rs> futures-channel <https://github.com/rust-lang/futures-rs>
futures-core <https://github.com/rust-lang/futures-rs> futures-core <https://github.com/rust-lang/futures-rs>
futures-executor <https://github.com/rust-lang/futures-rs> futures-executor <https://github.com/rust-lang/futures-rs>
futures-macro <https://github.com/rust-lang/futures-rs>
futures-task <https://github.com/rust-lang/futures-rs> futures-task <https://github.com/rust-lang/futures-rs>
futures-util <https://github.com/rust-lang/futures-rs> futures-util <https://github.com/rust-lang/futures-rs>
Copyright (c) 2016 Alex Crichton Copyright (c) 2016 Alex Crichton
Copyright (c) 2017 The Tokio Authors Copyright (c) 2017 The Tokio Authors
glib <https://github.com/gtk-rs/glib>
Copyright (c) 2013-2015 The Gtk-rs Project Developers
heck <https://github.com/withoutboats/heck> heck <https://github.com/withoutboats/heck>
unicode-segmentation <https://github.com/unicode-rs/unicode-segmentation> unicode-segmentation <https://github.com/unicode-rs/unicode-segmentation>
unicode-xid <https://github.com/unicode-rs/unicode-xid> unicode-xid <https://github.com/unicode-rs/unicode-xid>
@ -303,41 +292,35 @@ This software contains the following Rust libraries under the MIT license:
murmur3 <https://github.com/stusmall/murmur3> murmur3 <https://github.com/stusmall/murmur3>
Copyright (c) 2016 Stu Small Copyright (c) 2016 Stu Small
pin-utils <https://github.com/rust-lang/pin-utils> pin-utils <https://github.com/rust-lang-nursery/pin-utils>
Copyright (c) 2018 The pin-utils authors Copyright (c) 2018 The pin-utils authors
pretty-hex <https://github.com/wolandr/pretty-hex> pretty-hex <https://github.com/wolandr/pretty-hex>
Copyright (c) 2018 Andrei Volnin Copyright (c) 2018 Andrei Volnin
proc-macro-error <https://gitlab.com/CreepySkeleton/proc-macro-error> proc-macro-error <https://gitlab.com/CreepySkeleton/proc-macro-error>
proc-macro-error-attr <https://gitlab.com/CreepySkeleton/proc-macro-error>
Copyright (c) 2019-2020 CreepySkeleton Copyright (c) 2019-2020 CreepySkeleton
proc-macro-hack <https://github.com/dtolnay/proc-macro-hack>
Copyright (c) 2018 David Tolnay
quote <https://github.com/dtolnay/quote> quote <https://github.com/dtolnay/quote>
Copyright (c) 2016 The Rust Project Developers Copyright (c) 2016 The Rust Project Developers
slab <https://github.com/carllerche/slab> slab <https://github.com/tokio-rs/slab>
Copyright (c) 2019 Carl Lerche Copyright (c) 2019 Carl Lerche
time <https://github.com/time-rs/time> smallvec <https://github.com/servo/rust-smallvec>
Copyright (c) 2019 Jacob Pratt Copyright (c) 2018 The Servo Project Developers
version_check <https://github.com/SergioBenitez/version_check>
Copyright (c) 2017-2018 Sergio Benitez
anyhow <https://github.com/dtolnay/anyhow> anyhow <https://github.com/dtolnay/anyhow>
either <https://github.com/bluss/either> glib <https://github.com/gtk-rs/gtk-rs-core>
itertools <https://github.com/rust-itertools/itertools>
once_cell <https://github.com/matklad/once_cell> once_cell <https://github.com/matklad/once_cell>
paste <https://github.com/dtolnay/paste> paste <https://github.com/dtolnay/paste>
pin-project <https://github.com/taiki-e/pin-project> pin-project-lite <https://github.com/taiki-e/pin-project-lite>
proc-macro-crate <https://github.com/bkchr/proc-macro-crate> proc-macro-crate <https://github.com/bkchr/proc-macro-crate>
serde <https://github.com/serde-rs/serde> serde <https://github.com/serde-rs/serde>
syn <https://github.com/dtolnay/syn> syn <https://github.com/dtolnay/syn>
syn-mid <https://github.com/taiki-e/syn-mid>
thiserror <https://github.com/dtolnay/thiserror> thiserror <https://github.com/dtolnay/thiserror>
thiserror-impl <https://github.com/dtolnay/thiserror>
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal