Skip to content

Commit

Permalink
Bump bytecount from 0.6.4 to 0.6.5
Browse files Browse the repository at this point in the history
Bumps [bytecount](https://github.com/llogiq/bytecount) from 0.6.4 to 0.6.5.
- [Commits](https://github.com/llogiq/bytecount/commits)

---
updated-dependencies:
- dependency-name: bytecount
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 20b6e40 commit 15d5200
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 @@ -42,7 +42,7 @@ unstable-simd = [
[dependencies]
ahash = { version = "0.8", default_features = false }
associative-cache = { version = "2" }
bytecount = { version = "^0.6.2", default_features = false, features = ["runtime-dispatch-simd"] }
bytecount = { version = "^0.6.5", default_features = false, features = ["runtime-dispatch-simd"] }
encoding_rs = { version = "0.8", default_features = false }
itoa = { version = "1", default_features = false }
once_cell = { version = "1", default_features = false }
Expand Down

0 comments on commit 15d5200

Please sign in to comment.