diff options
author | Bastien Orivel <eijebong@bananium.fr> | 2017-10-04 13:22:02 +0200 |
---|---|---|
committer | Bastien Orivel <eijebong@bananium.fr> | 2017-10-04 13:26:12 +0200 |
commit | 511a4d65a299c1bf25430fe4462c6c21d3b5c480 (patch) | |
tree | 717b0c49a354e12f383fc455efddb1656b00cbf6 /components/script | |
parent | f044fa4e9f69ca8b23d96f55e7846976203ab732 (diff) | |
download | servo-511a4d65a299c1bf25430fe4462c6c21d3b5c480.tar.gz servo-511a4d65a299c1bf25430fe4462c6c21d3b5c480.zip |
Bump base64 to 0.6
This allows us to update hyper to 0.10.13 (closer to 0.11)
Diffstat (limited to 'components/script')
-rw-r--r-- | components/script/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 18c77df2871..1f1300b1cce 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -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" |