diff --git a/Cargo.toml b/Cargo.toml index f94faec5..88ad95ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ log = "0" phf = "0.7" string_cache = "0.2.0" mac = "0" -tendril = "0.1.3" +tendril = "0.1.6" rc = "0.1.1" heapsize = { version = "0.1.1", optional = true } heapsize_plugin = { version = "0.1.0", optional = true } diff --git a/capi/Cargo.toml b/capi/Cargo.toml index e73c7544..6acabe59 100644 --- a/capi/Cargo.toml +++ b/capi/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["staticlib"] [dependencies] libc = "0.2" string_cache = "0.2" -tendril = "0.1" +tendril = "0.1.6" [dependencies.html5ever] path = "../"