mirror of
https://github.com/servo/servo.git
synced 2025-07-28 17:50:37 +01:00
Update internal crates to bitflags 0.7
This commit is contained in:
parent
d580226a9c
commit
b9cda99ca5
13 changed files with 57 additions and 37 deletions
|
@ -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"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue