Skip to content

Commit

Permalink
build(deps): add ripemd 0.1.3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Dec 10, 2024
1 parent 996355b commit 47133a2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion contracts/axone-dataverse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ axone-cognitarium.workspace = true
axone-cognitarium-client.workspace = true
axone-rdf.workspace = true
base64 = "0.22.1"
bech32 = "0.11.0"
bs58 = "0.5.1"
cosmwasm-schema.workspace = true
cosmwasm-std.workspace = true
Expand All @@ -32,12 +33,12 @@ itertools = "0.13.0"
multibase = "0.9.1"
rio_api.workspace = true
rio_turtle.workspace = true
ripemd = "0.1.3"
schemars.workspace = true
serde.workspace = true
sha2 = "0.10.8"
thiserror.workspace = true
unsigned-varint = "0.8.0"
bech32 = "0.11.0"

[dev-dependencies]
base64 = "0.22.1"
Expand Down

0 comments on commit 47133a2

Please sign in to comment.