Skip to content

Commit 8339235

Browse files
chore(deps): update strobe-rs requirement from 0.10.0 to 0.11.0 (#391)
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/main/CHANGELOG.md) - [Commits](rozbb/strobe-rs@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: strobe-rs dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a254247 commit 8339235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codetable/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ digest = { version = "0.10.1", default-features = false, optional = true }
2929
sha1 = { version = "0.10.5", default-features = false, optional = true }
3030
sha2 = { version = "0.10.0", default-features = false, optional = true }
3131
sha3 = { version = "0.10.0", default-features = false, optional = true }
32-
strobe-rs = { version = "0.10.0", default-features = false, optional = true }
32+
strobe-rs = { version = "0.11.0", default-features = false, optional = true }
3333
ripemd = { version = "0.1.1", default-features = false, optional = true }
3434
multihash-derive = { version = "0.9.1", path = "../derive", default-features = false }
3535
core2 = { version = "0.4.0", default-features = false }

0 commit comments

Comments
 (0)