mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Use base64 from rustc-serialize (fixes #4747).
This commit is contained in:
parent
e3a4d49311
commit
aa8e01af2a
4 changed files with 4 additions and 4 deletions
|
@ -47,7 +47,7 @@ use js::rust::with_compartment;
|
|||
use url::{Url, UrlParser};
|
||||
|
||||
use libc;
|
||||
use serialize::base64::{FromBase64, ToBase64, STANDARD};
|
||||
use rustc_serialize::base64::{FromBase64, ToBase64, STANDARD};
|
||||
use std::cell::{Ref, RefMut};
|
||||
use std::default::Default;
|
||||
use std::ffi::CString;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue