@@ -8,7 +8,7 @@ edition = "2021"
88clap = { version = " 4.5" , features = [" cargo" ] }
99clap_complete = " 4.5"
1010hex = " 0.4"
11- tokio = { version = " 1.38 " , features = [" full" ] }
11+ tokio = { version = " 1.41 " , features = [" full" ] }
1212rand = " 0.8"
1313tonic = " 0.12"
1414prost = " 0.13"
@@ -17,7 +17,7 @@ serde = "1.0"
1717serde_derive = " 1.0"
1818serde_json = " 1.0"
1919lazy_static = " 1.5"
20- thiserror = " 1 .0"
20+ thiserror = " 2 .0"
2121anyhow = " 1.0"
2222home = " 0.5"
2323indicatif = " 0.17"
@@ -28,7 +28,7 @@ rustyline = "14.0"
2828shell-words = " 1.1"
2929parking_lot = " 0.12"
3030crossbeam = " 0.8"
31- tempfile = " 3.10 "
31+ tempfile = " 3.14 "
3232# crypto SM
3333libsm = " 0.6"
3434efficient-sm2 = " 0.2"
@@ -37,7 +37,7 @@ aes = "0.8"
3737ctr = " 0.9"
3838# ethabi cli
3939ethabi = " 18.0"
40- itertools = " 0.12 "
40+ itertools = " 0.13 "
4141rlp = " 0.5"
4242static_merkle_tree = " 1.1"
4343ethereum-types = " 0.14"
@@ -47,12 +47,12 @@ ophelia-blst = "0.3"
4747cita-crypto = " 0.1"
4848sha3 = " 0.10"
4949tiny-keccak = { version = " 2.0" , features = [" keccak" ] }
50- secp256k1 = { version = " 0.29 " , features = [" rand-std " , " recovery" ] }
50+ secp256k1 = { version = " 0.30 " , features = [" rand" , " recovery" ] }
5151hashable = { package = " cita-hashable" , version = " 0.1" }
5252# legacy
5353rustbreak = { version = " 2.0" , features = [" ron_enc" ] }
5454cita-merklehash = { version = " 0.1" , features = [" sm3hash" ] }
55- bytes = { version = " 1.6 " , features = [" serde" ] }
55+ bytes = { version = " 1.8 " , features = [" serde" ] }
5656bloomchain = " 0.2"
5757eth-jsonrpc-lib = " 0.4"
5858
@@ -63,7 +63,7 @@ libproto = { git = "https://github.com/cita-cloud/libproto", rev = "9388049a964b
6363openssl = { version = " 0.10" , features = [" vendored" ] }
6464
6565[dev-dependencies ]
66- mockall = " 0.12 "
66+ mockall = " 0.13 "
6767
6868[profile .release ]
6969lto = true
0 commit comments