Skip to content

Commit

Permalink
update dependencies + version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antonilol committed Jul 10, 2024
1 parent f24a717 commit 3af6131
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitcoincore-zmq"
version = "1.5.0"
version = "1.5.1"
edition = "2021"
license = "MIT"
description = "Bitcoin Core ZMQ subscriber with minimal dependencies"
Expand All @@ -14,7 +14,7 @@ async = ["dep:async_zmq", "dep:futures-util"]

[dependencies]
async_zmq = { version = "0.4.0", optional = true }
bitcoin = "0.32.0"
bitcoin = "0.32.2"
futures-util = { version = "0.3.30", optional = true }
zmq = "0.10.0"
zmq-sys = "0.12.0"
Expand Down
4 changes: 2 additions & 2 deletions integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "1.0.0"
edition = "2021"

[dependencies]
bitcoin = "0.32.0"
bitcoin = "0.32.2"
bitcoincore-rpc = "0.19.0"
bitcoincore-zmq = { path = "..", features = ["async"] }
futures = "0.3.30"
tokio = { version = "1.37.0", features = ["full"] }
tokio = { version = "1.38.0", features = ["full"] }

0 comments on commit 3af6131

Please sign in to comment.