Merge pull request #1298 from gwenn/rm_lazy_static

Remove lazy_static optional dependency
This commit is contained in:
gwenn 2023-03-11 11:35:47 +01:00 committed by GitHub
commit 984263142e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,6 @@ chrono = { version = "0.4", optional = true, default-features = false, features
serde_json = { version = "1.0", optional = true }
csv = { version = "1.1", optional = true }
url = { version = "2.1", optional = true }
lazy_static = { version = "1.4", optional = true }
fallible-iterator = "0.2"
fallible-streaming-iterator = "0.1"
uuid = { version = "1.0", optional = true }