diff options
-rw-r--r-- | components/servo/Cargo.lock | 6 | ||||
-rw-r--r-- | ports/cef/Cargo.lock | 6 | ||||
-rw-r--r-- | ports/gonk/Cargo.lock | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 1a4416de328..5a7bc370412 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -133,8 +133,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "brotli" -version = "0.3.17" -source = "git+https://github.com/ende76/brotli-rs#4a8c42cce771ded65fe64d6816f5d7303006b2ea" +version = "0.3.20" +source = "git+https://github.com/ende76/brotli-rs#c243045b88b2d2924c35269586fa9b770184c74c" [[package]] name = "byteorder" @@ -1134,7 +1134,7 @@ dependencies = [ name = "net" version = "0.0.1" dependencies = [ - "brotli 0.3.17 (git+https://github.com/ende76/brotli-rs)", + "brotli 0.3.20 (git+https://github.com/ende76/brotli-rs)", "cookie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index d64c909c367..a0b7eb2c8b1 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -122,8 +122,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "brotli" -version = "0.3.17" -source = "git+https://github.com/ende76/brotli-rs#4a8c42cce771ded65fe64d6816f5d7303006b2ea" +version = "0.3.20" +source = "git+https://github.com/ende76/brotli-rs#c243045b88b2d2924c35269586fa9b770184c74c" [[package]] name = "byteorder" @@ -1094,7 +1094,7 @@ dependencies = [ name = "net" version = "0.0.1" dependencies = [ - "brotli 0.3.17 (git+https://github.com/ende76/brotli-rs)", + "brotli 0.3.20 (git+https://github.com/ende76/brotli-rs)", "cookie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 32089d02dc9..0e7229e356b 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -113,8 +113,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "brotli" -version = "0.3.17" -source = "git+https://github.com/ende76/brotli-rs#4a8c42cce771ded65fe64d6816f5d7303006b2ea" +version = "0.3.20" +source = "git+https://github.com/ende76/brotli-rs#c243045b88b2d2924c35269586fa9b770184c74c" [[package]] name = "byteorder" @@ -1070,7 +1070,7 @@ dependencies = [ name = "net" version = "0.0.1" dependencies = [ - "brotli 0.3.17 (git+https://github.com/ende76/brotli-rs)", + "brotli 0.3.20 (git+https://github.com/ende76/brotli-rs)", "cookie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |