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 Oct 9, 2023
1 parent f9409de commit f3fd080
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 72 deletions.
91 changes: 28 additions & 63 deletions Cargo.lock

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

14 changes: 5 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ edition = "2021"
license = "Apache-2.0"

[workspace.dependencies]
amplify = "4.4.0"
strict_encoding = "2.5.0"
strict_types = "1.6.2"
commit_verify = "0.10.5"
single_use_seals = "0.10.0"
amplify = "4.5.0"
strict_encoding = "2.6.1"
strict_types = "1.6.3"
commit_verify = "0.10.6"
single_use_seals = "0.10.1"
bp-consensus = { version = "0.10.10", path = "consensus" }
bp-dbc = { version = "0.10.10", path = "./dbc" }
bp-seals = { version = "0.10.10", path = "./seals" }
Expand Down Expand Up @@ -81,7 +81,3 @@ stl = ["strict_types", "strict_types/base64", "bp-consensus/stl", "commit_verify

[package.metadata.docs.rs]
features = [ "all" ]

[patch.crates-io]
amplify_derive = { git = "https://github.com/rust-amplify/amplify-derive", branch = "wrapper" }
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation", branch = "develop" }

0 comments on commit f3fd080

Please sign in to comment.