Skip to content

Commit

Permalink
Bump memchr from 2.5.0 to 2.6.4
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.4.
- [Commits](BurntSushi/memchr@2.5.0...2.6.4)

---
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 Dec 11, 2023
1 parent 8aa9561 commit f508a7a
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 @@ -18,7 +18,7 @@ targets = ["x86_64-pc-windows-msvc"]
[dependencies]
bwapi_wrapper = { path = "bwapi_wrapper", version = "0.3.2" }
winapi = { version = "0.3", features = ["winbase", "memoryapi", "handleapi"] }
memchr = "2.5"
memchr = "2.6"
num-traits = "0.2"
num-derive = "0.3"
derive_more = "0.99"
Expand Down

0 comments on commit f508a7a

Please sign in to comment.