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 31, 2024
1 parent 3cd4ad5 commit 3346e51
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 53 deletions.
93 changes: 52 additions & 41 deletions Cargo.lock

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

13 changes: 1 addition & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ nonasync = "0.1.0"
ascii-armor = "0.7.2"
baid64 = "0.2.2"
strict_encoding = "2.7.0"
strict_types = "2.7.0"
strict_types = "2.7.2"
commit_verify = { version = "0.11.0-beta.9", features = ["stl"] }
bp-core = { version = "0.11.0-beta.9", features = ["stl"] }
bp-invoice = { version = "0.11.0-beta.9" }
Expand Down Expand Up @@ -97,14 +97,3 @@ wasm-bindgen-test = "0.3"

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

[patch.crates-io]
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation", branch = "develop" }
single_use_seals = { git = "https://github.com/LNP-BP/client_side_validation", branch = "develop" }
aluvm = { git = "https://github.com/AluVM/rust-aluvm", branch = "develop" }
bp-consensus = { git = "https://github.com/BP-WG/bp-core", branch = "develop" }
bp-dbc = { git = "https://github.com/BP-WG/bp-core", branch = "develop" }
bp-seals = { git = "https://github.com/BP-WG/bp-core", branch = "develop" }
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "develop" }
bp-invoice = { git = "https://github.com/BP-WG/bp-std", branch = "develop" }
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "develop" }

0 comments on commit 3346e51

Please sign in to comment.