diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-04-26 06:13:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-26 06:13:25 +0000 |
commit | 56888c5dd403c29eabe1dc513bbf500d1b61ebad (patch) | |
tree | 98bef4cc77a99b3d19746d6dfe303a1fd820ba47 | |
parent | 43a7471885acbb30bc3de1ac52a5a0e1392d79ce (diff) | |
download | servo-56888c5dd403c29eabe1dc513bbf500d1b61ebad.tar.gz servo-56888c5dd403c29eabe1dc513bbf500d1b61ebad.zip |
build(deps): bump markup5ever from 0.10.0 to 0.10.1
Bumps [markup5ever](https://github.com/servo/html5ever) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/servo/html5ever/releases)
- [Commits](https://github.com/servo/html5ever/compare/markup5ever-v0.10.0...markup5ever-v0.10.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock index 6177c7583a4..253d8c54fa8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3556,16 +3556,13 @@ dependencies = [ [[package]] name = "markup5ever" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab" +checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd" dependencies = [ "log", "phf", "phf_codegen", - "serde", - "serde_derive", - "serde_json", "string_cache", "string_cache_codegen", "tendril", |