diff --git a/Cargo.toml b/Cargo.toml index 4ef00f77..50aeca76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,8 +29,8 @@ tokio = { version = "1.19", default-features = false, features = [ ] } [dev-dependencies] -corepc-node = { version = "0.10.0", default-features = false, features = [ - "28_0", "download" +corepc-node = { version = "0.10.1", default-features = false, features = [ + "29_0", "download" ] } hex = { version = "0.4.0" } serde = { version = "1.0.219", features = ["derive"]}