]> git.proxmox.com Git - rustc.git/blobdiff - vendor/bytecount/Cargo.toml
New upstream version 1.53.0+dfsg1
[rustc.git] / vendor / bytecount / Cargo.toml
index c9714031d3a04481dabd8dfca71ec570b1e097ed..e3571c5c11c1597480a12e6127e5c66acb25a743 100644 (file)
@@ -13,7 +13,7 @@
 [package]
 edition = "2018"
 name = "bytecount"
-version = "0.6.0"
+version = "0.6.2"
 authors = ["Andre Bogus <bogusandre@gmail.de>", "Joshua Landau <joshua@landau.ws>"]
 exclude = ["/.travis.yml", "/appveyor.yml"]
 description = "count occurrences of a given byte, or the number of UTF-8 code points, in a byte slice, fast"
@@ -29,8 +29,9 @@ bench = false
 name = "bench"
 harness = false
 [dependencies.packed_simd]
-version = "0.3.1"
+version = "0.3.4"
 optional = true
+package = "packed_simd_2"
 [dev-dependencies.criterion]
 version = "0.3"
 default-features = false