]> git.proxmox.com Git - cargo.git/blobdiff - vendor/aho-corasick/Cargo.toml
New upstream version 0.52.0
[cargo.git] / vendor / aho-corasick / Cargo.toml
index a0c306a6f291b374e8af037b9b07fc5f52825fa5..62b5f7e12909af6c9b502cae7f0aaf683bcb7a16 100644 (file)
@@ -11,8 +11,9 @@
 # will likely look very different (and much more reasonable)
 
 [package]
+edition = "2018"
 name = "aho-corasick"
-version = "0.7.13"
+version = "0.7.18"
 authors = ["Andrew Gallant <jamslam@gmail.com>"]
 exclude = ["/aho-corasick-debug", "/ci/*", "/.travis.yml", "/appveyor.yml"]
 autotests = false
@@ -32,11 +33,11 @@ debug = true
 [lib]
 name = "aho_corasick"
 [dependencies.memchr]
-version = "2.2.0"
+version = "2.4.0"
 default-features = false
-[dev-dependencies.doc-comment]
-version = "0.3.1"
+
+[dev-dependencies]
 
 [features]
 default = ["std"]
-std = ["memchr/use_std"]
+std = ["memchr/std"]