diff options
Diffstat (limited to 'ports/gonk/Cargo.lock')
-rw-r--r-- | ports/gonk/Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 07d85f98b20..72453845843 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -629,7 +629,7 @@ dependencies = [ [[package]] name = "gif" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "color_quant 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -828,7 +828,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "byteorder 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", "enum_primitive 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "gif 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gif 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "glob 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "num 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)", "png 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |