From d79b788ffa81a61d76267206cfd167417b2da36f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 06:36:03 +0000 Subject: [PATCH] Bump tendril from 0.4.1 to 0.4.2 Bumps [tendril](https://github.com/servo/tendril) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/servo/tendril/releases) - [Commits](https://github.com/servo/tendril/compare/v0.4.1...v0.4.2) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b451daf3458..1f558ad8718 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6166,9 +6166,9 @@ dependencies = [ [[package]] name = "tendril" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b" +checksum = "a9ef557cb397a4f0a5a3a628f06515f78563f2209e64d47055d9dc6052bf5e33" dependencies = [ "encoding_rs", "futf",