Bump memchr from 2.6.3 to 2.6.4 (#7758)

This commit is contained in:
dependabot[bot] 2023-10-02 09:50:22 -04:00 committed by GitHub
parent c82d0503a8
commit 0df27375ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1337,9 +1337,9 @@ checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
[[package]] [[package]]
name = "memchr" name = "memchr"
version = "2.6.3" version = "2.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
[[package]] [[package]]
name = "memoffset" name = "memoffset"

View File

@ -25,7 +25,7 @@ insta = { version = "1.33.0", feature = ["filters", "glob"] }
is-macro = { version = "0.3.0" } is-macro = { version = "0.3.0" }
itertools = { version = "0.11.0" } itertools = { version = "0.11.0" }
log = { version = "0.4.17" } log = { version = "0.4.17" }
memchr = "2.6.3" memchr = "2.6.4"
once_cell = { version = "1.17.1" } once_cell = { version = "1.17.1" }
path-absolutize = { version = "3.1.1" } path-absolutize = { version = "3.1.1" }
proc-macro2 = { version = "1.0.67" } proc-macro2 = { version = "1.0.67" }