Skip to content

Commit

Permalink
Bump memchr from 2.5.0 to 2.6.0
Browse files Browse the repository at this point in the history
Bumps [memchr](https://github.com/BurntSushi/memchr) from 2.5.0 to 2.6.0.
- [Commits](BurntSushi/memchr@2.5.0...2.6.0)

---
updated-dependencies:
- dependency-name: memchr
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 29, 2023
1 parent f303c76 commit 0baf850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ct-sct = "0.1"
der = { version = "0.7", features = ["std"] }
hex = "0.4"
itertools = "0.11"
memchr = "2.4"
memchr = "2.6"
pkcs1 = { version = "0.7", features = ["std"] }
rustls = { version = "0.21", features = ["dangerous_configuration"] }
webpki-roots = "0.25"
Expand Down

0 comments on commit 0baf850

Please sign in to comment.