diff options
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 8752120cb89..9bc8fa2ede0 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -28,7 +28,7 @@ angle = {git = "https://github.com/servo/angle", branch = "servo"} app_units = "0.4.1" audio-video-metadata = "0.1.2" atomic_refcell = "0.1" -base64 = "0.4.2" +base64 = "0.5.2" bitflags = "0.7" bluetooth_traits = {path = "../bluetooth_traits"} byteorder = "1.0" |