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 24, 2023
1 parent 528e92e commit ed54276
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 @@ -24,7 +24,7 @@ portable-pty = { version = "0.8.0", optional = true }

# Private dependencies (not exposed in the public API).
is-terminal = { version = "0.4.9", optional = true }
bytecount = "0.6.4"
bytecount = "0.6.5"
os_pipe = "1.0.0"
serde = { version = "1.0", optional = true, features = ["derive"] }
serde_json = { version = "1.0", optional = true }
Expand Down

0 comments on commit ed54276

Please sign in to comment.