Merge pull request #1191 from gwenn/memchr

Remove unused memchr dependency
This commit is contained in:
gwenn 2022-05-26 07:49:52 +02:00 committed by GitHub
commit 5ca189ed4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,6 @@ url = { version = "2.1", optional = true }
lazy_static = { version = "1.4", optional = true }
fallible-iterator = "0.2"
fallible-streaming-iterator = "0.1"
memchr = "2.3"
uuid = { version = "1.0", optional = true }
smallvec = "1.6.1"
@ -128,7 +127,7 @@ smallvec = "1.6.1"
doc-comment = "0.3"
tempfile = "3.1.0"
lazy_static = "1.4"
regex = "1.3"
regex = "1.5.5"
uuid = { version = "1.0", features = ["v4"] }
unicase = "2.6.0"
# Use `bencher` over criterion because it builds much faster and we don't have