Update base64 to 0.10.1

This commit is contained in:
Anthony Ramine 2019-01-25 14:02:56 +01:00
parent b1669b853b
commit b9371c6856
6 changed files with 14 additions and 17 deletions

View file

@ -11,7 +11,7 @@ name = "webdriver_server"
path = "lib.rs"
[dependencies]
base64 = "0.9"
base64 = "0.10"
cookie = "0.11"
crossbeam-channel = "0.3"
euclid = "0.19"