Update string_cache.

This commit is contained in:
Josh Matthews 2022-04-01 01:45:14 -04:00
parent b3742b779c
commit c52f0e8a85

7
Cargo.lock generated
View file

@ -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",
]