Skip to content

Commit

Permalink
Update rust-bitcoin in ord (#3962)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph authored Oct 18, 2024
1 parent b6ac024 commit 387fe73
Show file tree
Hide file tree
Showing 61 changed files with 582 additions and 538 deletions.
172 changes: 99 additions & 73 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,7 +25,8 @@ axum-server = "0.5.0"
base64 = "0.22.0"
bip322 = "0.0.7"
bip39 = "2.0.0"
bitcoin = { version = "0.30.1", features = ["rand"] }
bitcoin = { version = "0.32.3", features = ["rand"] }
bitcoincore-rpc = "0.19.0"
boilerplate = { version = "1.0.0", features = ["axum"] }
brotli = "7.0.0"
chrono = { version = "0.4.19", features = ["serde"] }
Expand All @@ -46,10 +47,9 @@ lazy_static = "1.4.0"
log = "0.4.14"
mime = "0.3.16"
mime_guess = "2.0.4"
miniscript = "10.0.0"
miniscript = "12.0.0"
mp4 = "0.14.0"
bitcoincore-rpc = "0.17.0"
ordinals = { version = "0.0.10", path = "crates/ordinals" }
ordinals = { version = "0.0.11", path = "crates/ordinals" }
redb = "2.1.1"
ref-cast = "1.0.23"
regex = "1.6.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/mockcore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ homepage = "/~https://github.com/ordinals/ord"
repository = "/~https://github.com/ordinals/ord"

[dependencies]
bitcoin = { version = "0.30.0", features = ["serde", "rand"] }
bitcoin = { version = "0.32.3", features = ["serde", "rand"] }
base64 = "0.22.0"
hex = "0.4.3"
jsonrpc-core = "18.0.0"
jsonrpc-derive = "18.0.0"
jsonrpc-http-server = "18.0.0"
ord-bitcoincore-rpc = "0.17.2"
ord-bitcoincore-rpc = "0.19.0"
reqwest = { version = "0.12.8", features = ["blocking"] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = { version = "1.0.81" }
Expand Down
Loading

0 comments on commit 387fe73

Please sign in to comment.