Update lru, regex and thread_local (#11135)

* Update `lru` to 0.7.3

* Update `regex` to 1.5.5

* Update `thread_local` to 1.1.4
This commit is contained in:
Koute
2022-03-29 23:19:19 +09:00
committed by GitHub
parent a42cb8536d
commit 83d4be6151
9 changed files with 20 additions and 20 deletions
@@ -15,5 +15,5 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
backtrace = "0.3.63"
regex = "1.5.4"
regex = "1.5.5"
lazy_static = "1.4.0"