Update internal crates to bitflags 0.7

This commit is contained in:
Anthony Ramine 2016-05-15 12:53:42 +02:00
parent d580226a9c
commit b9cda99ca5
13 changed files with 57 additions and 37 deletions

View file

@ -9,7 +9,7 @@ name = "net"
path = "lib.rs"
[dependencies]
bitflags = "0.6.0"
bitflags = "0.7"
brotli = {git = "https://github.com/ende76/brotli-rs"}
cookie = {version = "0.2.4", features = ["serialize-rustc"]}
device = {git = "https://github.com/servo/devices"}