Bump lru dependency (#8182)

This commit is contained in:
Pierre Krieger
2021-02-23 12:52:59 +01:00
committed by GitHub
parent 9e84a5405c
commit ba659f9440
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -3486,9 +3486,9 @@ dependencies = [
[[package]]
name = "lru"
version = "0.6.3"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3aae342b73d57ad0b8b364bd12584819f2c1fe9114285dfcf8b0722607671635"
checksum = "1f374d42cdfc1d7dbf3d3dec28afab2eb97ffbf43a3234d795b5986dbf4b90ba"
dependencies = [
"hashbrown",
]