Skip to content

Commit 778ab65

Browse files
chore(deps): update strobe-rs requirement from 0.11.0 to 0.12.0 (#399)
fix: strobe-rs doesn't have std feature anymore * chore(deps): update strobe-rs requirement from 0.11.0 to 0.12.0 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.11.0...v0.11.0) --- updated-dependencies: - dependency-name: strobe-rs dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d00362 commit 778ab65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codetable/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010

1111
[features]
1212
default = ["std"]
13-
std = ["blake2b_simd?/std", "blake2s_simd?/std", "blake3?/std", "digest?/std", "sha1?/std", "sha2?/std", "sha3?/std", "strobe-rs?/std", "ripemd?/std", "multihash-derive/std", "core2/std"]
13+
std = ["blake2b_simd?/std", "blake2s_simd?/std", "blake3?/std", "digest?/std", "sha1?/std", "sha2?/std", "sha3?/std", "ripemd?/std", "multihash-derive/std", "core2/std"]
1414
arb = ["dep:arbitrary", "std"]
1515
sha1 = ["dep:digest", "dep:sha1"]
1616
sha2 = ["dep:digest", "dep:sha2"]
@@ -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.11.0", default-features = false, optional = true }
32+
strobe-rs = { version = "0.12.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)