Skip to content

Commit

Permalink
chore(deps): update rust crate memchr to 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and garypen committed Sep 12, 2023
1 parent 602bf64 commit 028875a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3717,9 +3717,9 @@ checksum = "8c408dc227d302f1496c84d9dc68c00fec6f56f9228a18f3023f976f3ca7c945"

[[package]]
name = "memchr"
version = "2.6.1"
version = "2.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f478948fd84d9f8e86967bf432640e46adfb5a4bd4f14ef7e864ab38220534ae"
checksum = "5486aed0026218e61b8a01d5fbd5a0a134649abb71a0e53b7bc088529dced86e"

[[package]]
name = "memoffset"
Expand Down
4 changes: 2 additions & 2 deletions apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ tokio-rustls = "0.24.1"
http-serde = "1.1.3"
hmac = "0.12.1"
parking_lot = "0.12.1"
memchr = "2.6.1"
memchr = "2.6.2"
brotli = "3.3.4"
zstd = "0.12.4"
zstd-safe = "6.0.6"
Expand Down Expand Up @@ -265,7 +265,7 @@ futures-test = "0.3.28"
insta = { version = "1.31.0", features = ["json", "redactions", "yaml"] }
introspector-gadget = "0.2.2"
maplit = "1.0.2"
memchr = { version = "2.6.1", default-features = false }
memchr = { version = "2.6.2", default-features = false }
mockall = "0.11.4"
once_cell = "1.18.0"
p256 = "0.12.0"
Expand Down

0 comments on commit 028875a

Please sign in to comment.