diff options
author | Bastien Orivel <eijebong@bananium.fr> | 2017-12-07 20:34:13 +0100 |
---|---|---|
committer | Bastien Orivel <eijebong@bananium.fr> | 2017-12-07 20:37:38 +0100 |
commit | 4b16ff723668b0b314826536e95bdc6b51e3bbac (patch) | |
tree | e93f9d423ba7f3052d5da1ce4c6382c9a8891210 /components/atoms | |
parent | ff70c4426d9ea2f36dc18216678f743e9f56f561 (diff) | |
download | servo-4b16ff723668b0b314826536e95bdc6b51e3bbac.tar.gz servo-4b16ff723668b0b314826536e95bdc6b51e3bbac.zip |
Bump string_cache, html5ever and xml5ever
Diffstat (limited to 'components/atoms')
-rw-r--r-- | components/atoms/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/atoms/Cargo.toml b/components/atoms/Cargo.toml index 5048cee3021..9e6e07899e6 100644 --- a/components/atoms/Cargo.toml +++ b/components/atoms/Cargo.toml @@ -10,7 +10,7 @@ build = "build.rs" path = "lib.rs" [dependencies] -string_cache = {version = "0.6"} +string_cache = {version = "0.7"} [build-dependencies] string_cache_codegen = "0.4" |