Skip to content

Commit

Permalink
Bump pretty-hex from 0.3.0 to 0.4.1
Browse files Browse the repository at this point in the history
Bumps [pretty-hex](https://github.com/wolandr/pretty-hex) from 0.3.0 to 0.4.1.
- [Commits](wolandr/pretty-hex@v0.3.0...v0.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent a26b764 commit cf80f79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 crates/codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ tq-crypto.workspace = true
tracing.workspace = true
tokio-stream = { workspace = true, features = ["io-util"] }
tokio = { workspace = true, default-features = false, features = ["io-util"] }
pretty-hex = "0.3"
pretty-hex = "0.4"
2 changes: 1 addition & 1 deletion tools/benchbot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tq-db.workspace = true
auth.workspace = true
game.workspace = true

pretty-hex = "0.3"
pretty-hex = "0.4"
local-ip-address = "0.5"


Expand Down

0 comments on commit cf80f79

Please sign in to comment.