Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Apr 28, 2023
1 parent 7fee22b commit c542b34
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
58 changes: 29 additions & 29 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ name = "asm"
required-features = ["all"]

[dependencies]
amplify = { version = "4.0.0-beta.22", default-features = false, features = ["apfloat", "derive", "hex"] }
amplify = { version = "4.0.0", default-features = false, features = ["apfloat", "derive", "hex"] }
paste = "1"
strict_encoding = { version = "2.0.0", default-features = false, features = ["float", "derive"] }
strict_types = { version = "1.0.0", optional = true }
strict_encoding = { version = "2.1.0", default-features = false, features = ["float", "derive"] }
strict_types = { version = "1.1.0", optional = true }
bitcoin_hashes = { version = "0.12.0", default-features = false } # this is most well-maintained generic hash implementation library
blake3 = { version = "1.3.3", default-features = false }
baid58 = "0.3.0"
baid58 = "0.3.1"
secp256k1 = { version = "0.27.0", optional = true, features = ["global-context"] }
curve25519-dalek = { version = "3.2", optional = true }
half = "2.1.0"
Expand Down

0 comments on commit c542b34

Please sign in to comment.