Skip to content

Commit

Permalink
chore(deps): bump prefix-hex from 0.4.0 to 0.5.0 (#802)
Browse files Browse the repository at this point in the history
Bumps [prefix-hex](https://github.com/iotaledger/common-rs) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/iotaledger/common-rs/releases)
- [Commits](https://github.com/iotaledger/common-rs/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 12, 2022
1 parent 1eb9dee commit 85cf674
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 8 deletions.
44 changes: 37 additions & 7 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
Expand Up @@ -32,7 +32,7 @@ humantime = { version = "2.1.0", default-features = false }
humantime-serde = { version = "1.1", default-features = false }
mongodb = { version = "2.2", default-features = false, features = [ "tokio-runtime" ] }
pin-project = { version = "1.0", default-features = false }
prefix-hex = { version = "0.4.0", default-features = false, features = [ "primitive-types" ] }
prefix-hex = { version = "0.5.0", default-features = false, features = [ "primitive-types" ] }
primitive-types = { version = "0.11", default-features = false }
serde = { version = "1.0", features = [ "derive" ], default-features = false }
serde_bytes = { version = "0.11", default-features = false }
Expand Down

0 comments on commit 85cf674

Please sign in to comment.