Skip to content

Commit

Permalink
chore: update to the latest amplify versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Oct 9, 2023
1 parent 4543eec commit c7d58b7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ path = "src/lib.rs"

[dependencies]
commit_verify = { version = "0.10.6", path = "./commit_verify", default-features = false }
single_use_seals = { version = "0.10.0", path = "./single_use_seals" }
single_use_seals = { version = "0.10.1", path = "./single_use_seals" }
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion commit_verify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name = "commit-stl"
required-features = ["stl"]

[dependencies]
amplify = { version = "4.3.0", features = ["hex", "apfloat"] }
amplify = { version = "4.5.0", features = ["hex", "apfloat"] }
commit_encoding_derive = { version = "0.10.0", path = "derive" }
strict_encoding = "2.6.0"
strict_types = { version = "1.6.2", optional = true }
Expand Down
6 changes: 3 additions & 3 deletions single_use_seals/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "single_use_seals"
version = "0.10.0"
version = "0.10.1"
description = "Single-use-seals foundation API"
keywords = ["lnp-bp", "smart-contracts", "blockchain", "single-use-seals"]
categories = ["cryptography"]
Expand All @@ -17,8 +17,8 @@ name = "single_use_seals"
path = "src/lib.rs"

[dependencies]
amplify_derive = "4.0.0-alpha.6"
async-trait = { version = "0.1.64", optional = true }
amplify_derive = "4.0.0"
async-trait = { version = "0.1.73", optional = true }

[features]
default = []
Expand Down

0 comments on commit c7d58b7

Please sign in to comment.