From 355af70ec2973739a00afc37224d7d1e62ee5f21 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Tue, 20 Oct 2015 21:49:23 -0400 Subject: [PATCH] Upgrade bigflags: 0.1.1 -> 0.3.2 https://github.com/rust-lang-nursery/bitflags/compare/78241d80cb9d0e1d64976afd8be6d35dd58824b0...274b488dffa9f0c5c24c87561176410c2232d6d6 --- components/servo/Cargo.lock | 2 +- ports/cef/Cargo.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index bb62df86bcb..8087c0a6b6f 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -233,7 +233,7 @@ name = "cocoa" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "core-graphics 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "objc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 12a8aaee08f..5792c189e01 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -1324,7 +1324,7 @@ name = "png" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "num 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",