Skip to content

Commit

Permalink
update all other dependencies to their latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
antonilol committed May 1, 2024
1 parent d028dc8 commit 3d60e3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ async = ["dep:async_zmq", "dep:futures-util"]
[dependencies]
async_zmq = { version = "0.4.0", optional = true }
bitcoin = "0.32.0"
futures-util = { version = "0.3.28", optional = true }
futures-util = { version = "0.3.30", optional = true }
zmq = "0.10.0"
zmq-sys = "0.12.0"

# dependencies used in examples
[dev-dependencies]
futures = "0.3.28"
tokio = { version = "1.35.0", features = ["time", "rt-multi-thread", "macros"] }
futures = "0.3.30"
tokio = { version = "1.37.0", features = ["time", "rt-multi-thread", "macros"] }

[[example]]
name = "subscribe_async_timeout"
Expand Down
4 changes: 2 additions & 2 deletions integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
bitcoin = "0.32.0"
bitcoincore-rpc = { git = "https://github.com/tcharding/rust-bitcoincore-rpc.git", rev = "2ce36cc6874d3bfe024740e237e39656ec893d53" }
bitcoincore-zmq = { path = "..", features = ["async"] }
futures = "0.3.28"
tokio = { version = "1.35.0", features = ["full"] }
futures = "0.3.30"
tokio = { version = "1.37.0", features = ["full"] }

0 comments on commit 3d60e3d

Please sign in to comment.