mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Auto merge of #18743 - Eijebong:base64, r=jdm
Bump base64 to 0.6 This allows us to update hyper to 0.10.13 (closer to 0.11) - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes do not require tests because they're just a version bump <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18743) <!-- Reviewable:end -->
This commit is contained in:
commit
f3191db2b1
4 changed files with 32 additions and 26 deletions
|
@ -10,7 +10,7 @@ name = "net"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.5.2"
|
||||
base64 = "0.6"
|
||||
brotli = "1.0.6"
|
||||
cookie = "0.6"
|
||||
devtools_traits = {path = "../devtools_traits"}
|
||||
|
|
|
@ -26,7 +26,7 @@ tinyfiledialogs = "2.5.9"
|
|||
[dependencies]
|
||||
app_units = "0.5"
|
||||
audio-video-metadata = "0.1.4"
|
||||
base64 = "0.5.2"
|
||||
base64 = "0.6"
|
||||
bitflags = "0.7"
|
||||
bluetooth_traits = {path = "../bluetooth_traits"}
|
||||
byteorder = "1.0"
|
||||
|
|
|
@ -10,7 +10,7 @@ name = "webdriver_server"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.5.2"
|
||||
base64 = "0.6"
|
||||
cookie = "0.6"
|
||||
euclid = "0.15"
|
||||
hyper = "0.10"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue