From d49922ec5e6765f277e0c55f97823d536788c02f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Nov 2020 06:33:20 +0000 Subject: [PATCH] Bump string_cache from 0.8.0 to 0.8.1 Bumps [string_cache](https://github.com/servo/string-cache) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/servo/string-cache/releases) - [Commits](https://github.com/servo/string-cache/compare/v0.8.0...v0.8.1) 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 4dabafd9559..c6215b3cb8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5819,9 +5819,9 @@ dependencies = [ [[package]] name = "string_cache" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a" +checksum = "8ddb1139b5353f96e429e1a5e19fbaf663bddedaa06d1dbd49f82e352601209a" dependencies = [ "lazy_static", "new_debug_unreachable",