Skip to content

Commit

Permalink
chore(deps): update strobe-rs requirement from 0.8.1 to 0.10.0
Browse files Browse the repository at this point in the history
Updates the requirements on [strobe-rs](https://github.com/rozbb/strobe-rs) to permit the latest version.
- [Changelog](https://github.com/rozbb/strobe-rs/blob/master/CHANGELOG.md)
- [Commits](rozbb/strobe-rs@v0.8.1...v0.10.0)

---
updated-dependencies:
- dependency-name: strobe-rs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 25, 2024
1 parent b321afc commit 8f1eddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codetable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ digest = { version = "0.10.1", default-features = false, optional = true }
sha1 = { version = "0.10.5", default-features = false, optional = true }
sha2 = { version = "0.10.0", default-features = false, optional = true }
sha3 = { version = "0.10.0", default-features = false, optional = true }
strobe-rs = { version = "0.8.1", default-features = false, optional = true }
strobe-rs = { version = "0.10.0", default-features = false, optional = true }
ripemd = { version = "0.1.1", default-features = false, optional = true }
multihash-derive = { version = "0.9.0", path = "../derive", default-features = false }
core2 = { version = "0.4.0", default-features = false }
Expand Down

0 comments on commit 8f1eddf

Please sign in to comment.