summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-08-28 19:56:59 -0400
committerAndrew Gallant <jamslam@gmail.com>2023-08-28 19:56:59 -0400
commitf75991538b3445b79be795009b23c865351b1771 (patch)
treecf257b0d126c72437ed4fefa20902b03d6bef40a
parent962d47e6a1208cf2187cd34c2a7f6cf32e2a4903 (diff)
deps: bump memchr to 2.6.0
This in particular brings in a PR[1] that provides huge speedups on aarch64 (e.g., Apple silicon). [1]: https://github.com/BurntSushi/memchr/pull/129
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 02601582..c50d7d06 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -296,9 +296,9 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]]
name = "memchr"
-version = "2.5.0"
+version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
+checksum = "76fc44e2588d5b436dbc3c6cf62aef290f90dab6235744a93dfe1cc18f451e2c"
[[package]]
name = "memmap2"