Skip to content

Commit e0c8585

Browse files
Merge pull request #720 from axone-protocol/dependabot/cargo/sha2-0.10.9
2 parents 371bd2f + dbc8173 commit e0c8585

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/axone-dataverse/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ multibase = "0.9.1"
3737
rio_api.workspace = true
3838
ripemd = "0.1.3"
3939
serde.workspace = true
40-
sha2 = "0.10.8"
40+
sha2 = "0.10.9"
4141
thiserror.workspace = true
4242
unsigned-varint = "0.8.0"
4343

contracts/axone-objectarium/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ lzma-rs = "0.3.0"
3636
md-5 = "0.10.6"
3737
schemars.workspace = true
3838
serde.workspace = true
39-
sha2 = "0.10.8"
39+
sha2 = "0.10.9"
4040
snap = "1"
4141
thiserror.workspace = true
4242

packages/axone-rdf/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ itertools = "0.14.0"
1616
rio_api.workspace = true
1717
rio_turtle.workspace = true
1818
rio_xml.workspace = true
19-
sha2 = "0.10.8"
19+
sha2 = "0.10.9"
2020
thiserror.workspace = true

0 commit comments

Comments
 (0)