@@ -34,7 +34,7 @@ async-trait = { version = "0.1.74", default-features = false, optional = true }
3434base16 = " 0.2.1"
3535base64 = { version = " 0.22.1" , default-features = false }
3636bytes = { version = " 1.6.0" , default-features = false }
37- casper-types = { version = " 5.0.0 " , features = [" std" , " json-schema" ] }
37+ casper-types = { version = " 5.0.1 " , git = " https://github.com/casper-network/casper-node.git " , branch = " dev " , features = [" std" , " json-schema" ] }
3838clap = { version = " ~4.4" , features = [" cargo" , " deprecated" ], optional = true }
3939clap_complete = { version = " ~4.4" , default-features = false , optional = true }
4040flate2 = " 1.0.30"
@@ -54,10 +54,11 @@ tar = { version = "0.4.41", default-features = false }
5454thiserror = " 1"
5555tokio = { version = " 1.39.3" , features = [" macros" , " rt" , " sync" , " time" ] }
5656uint = " 0.9.5"
57+ toml = " 0.8.22"
5758
5859[dev-dependencies ]
5960tempfile = " 3.8.1"
60- casper-types = { version = " 5.0.0 " , features = [" std" , " json-schema" , " testing" ] }
61+ casper-types = { git = " https://github.com/casper-network/casper-node.git " , branch = " dev " , features = [" std" , " json-schema" , " testing" ] }
6162
6263[patch .crates-io ]
6364casper-types = { git = " https://github.com/casper-network/casper-node.git" , branch = " dev" }
0 commit comments