mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 11:31:05 +00:00
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:
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.11"
|
||||
lru = "0.7.0"
|
||||
lru = "0.7.3"
|
||||
parking_lot = "0.12.0"
|
||||
thiserror = "1.0.30"
|
||||
futures = "0.3.19"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user