Skip to content

Commit

Permalink
Bump deps. fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sovenok-Hacker committed Apr 28, 2024
1 parent 3ec9495 commit f8d2df4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ log = "0.4.21"
num-bigint = "0.4.4"
num-traits = "0.2.18"
rsa = "0.9.6"
secp256k1 = { version = "0.28.2", features = ["rand-std"] }
secp256k1 = { version = "0.29.0", features = ["rand-std"] }
sha2 = "0.10.8"
sled = "0.34.7"
thiserror = "1.0.58"
thiserror = "1.0.59"
tokio = { version = "1.37.0", features = ["full"] }
zstd = "0.13.1"
primitive-types = "0.12.2"
async-trait = "0.1.79"
async-trait = "0.1.80"

[dev-dependencies]
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion tests/chain_test.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use blockchaintree::{
block,
chain::{self, Chain},
chain,
tools,
transaction::{self, Transactionable},
};
Expand Down

0 comments on commit f8d2df4

Please sign in to comment.