Replace dependency on lazy-static with OnceLock

This commit is contained in:
2023-08-25 08:44:45 +02:00
parent 8feedb09d2
commit 29c9daf53e
2 changed files with 10 additions and 54 deletions

View File

@@ -19,7 +19,6 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
lazy_static = "1"
lock_api = { version = "0.4", optional = true }
parking_lot = { version = "0.12", optional = true }