From c52f0e8a85d597d47378f53a913aa73d9e7cfb8d Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 1 Apr 2022 01:45:14 -0400 Subject: [PATCH] Update string_cache. --- Cargo.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58716ab3c54..bc01d493f9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6050,13 +6050,14 @@ dependencies = [ [[package]] name = "string_cache" -version = "0.8.1" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ddb1139b5353f96e429e1a5e19fbaf663bddedaa06d1dbd49f82e352601209a" +checksum = "33994d0838dc2d152d17a62adf608a869b5e846b65b389af7f3dbc1de45c5b26" dependencies = [ "lazy_static", "new_debug_unreachable", - "phf_shared 0.8.0", + "parking_lot 0.11.0", + "phf_shared 0.10.0", "precomputed-hash", "serde", ]