Skip to content

Commit 11c637b

Browse files
Bump xxhash-rust from 0.8.10 to 0.8.12 (#2301)
* Bump xxhash-rust from 0.8.10 to 0.8.12 Bumps [xxhash-rust](https://github.com/DoumanAsh/xxhash-rust) from 0.8.10 to 0.8.12. - [Commits](https://github.com/DoumanAsh/xxhash-rust/commits) --- updated-dependencies: - dependency-name: xxhash-rust dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Propagate feature `std` to `xxhash-rust` --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Mueller <[email protected]>
1 parent c8f9a75 commit 11c637b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/primitives/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ std = [
3232
"scale-info/std",
3333
"scale/std",
3434
"scale-decode?/std",
35-
"scale-encode?/std"
35+
"scale-encode?/std",
36+
"xxhash-rust/std"
3637
]

0 commit comments

Comments
 (0)