build(deps): bump belt-hash from 0.2.0-rc.5 to 0.2 (#1277)

This commit is contained in:
dependabot[bot]
2026-03-30 10:24:20 -06:00
committed by GitHub
parent 5c5d8740f4
commit 6fd15b6f05
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -84,9 +84,9 @@ dependencies = [
[[package]]
name = "belt-hash"
version = "0.2.0-rc.5"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c56883a45783acff1ccdf0903f38b8688363e633d3c9a199c2063f0cc946832b"
checksum = "708822e7b2f678a17c1933aa32743e902906e4546614bb3f14f56212a8ab81f0"
dependencies = [
"belt-block 0.1.2",
"digest",
+1 -1
View File
@@ -23,4 +23,4 @@ subtle = { version = "2", default-features = false }
[dev-dependencies]
hex-literal = "1"
belt-block = "0.2.0-rc.3"
belt-hash = "0.2.0-rc.5"
belt-hash = "0.2"