@@ -11,7 +11,6 @@ readme = "README.md"
1111version = " 2.4.2"
1212
1313[workspace .dependencies ]
14- clokwerk = " 0.4.0"
1514axum = { version = " 0.7.2" , features = [" tower-log" , " http2" ] }
1615tokio = { version = " 1.0" , features = [" full" ] }
1716tower = { version = " 0.4.13" , features = [
@@ -27,18 +26,14 @@ tower-http = { version = "0.5.0", features = [
2726 " trace" ,
2827 " cors" ,
2928] }
30- tower-layer = " 0.3.2"
3129tracing = " 0.1"
3230tracing-subscriber = { version = " 0.3" , features = [" env-filter" , " json" ] }
3331serde = { version = " 1.0.138" , features = [" derive" ] }
3432serde_json = " 1.0"
3533clap = { version = " 4.4.2" , features = [" derive" , " env" ] }
36- uuid = { version = " 1.4.1" , features = [" v4" , " serde" ] }
37- reqwest = { version = " 0.12.0" , features = [" json" , " cookies" ] }
3834axum-macros = " 0.4.1"
3935axum-extra = { version = " 0.9.3" , features = [" query" ] }
4036chrono = { version = " 0.4.30" , features = [" serde" ] }
41- async-trait = " 0.1.73"
4237anyhow = " 1.0.75"
4338num-bigint = " 0.4.6"
4439namada_core = " 0.47.2"
@@ -50,9 +45,7 @@ namada_token = "0.47.2"
5045namada_parameters = " 0.47.2"
5146namada_proof_of_stake = " 0.47.2"
5247tendermint = " 0.40.1"
53- tendermint-config = " 0.40.1"
5448tendermint-rpc = { version = " 0.40.1" , features = [" http-client" ] }
55- tendermint-proto = " 0.40.1"
5649subtle-encoding = " 0.5.1"
5750bimap = { version = " 0.6.3" , features = [" serde" ] }
5851async-stream = " 0.3.5"
@@ -79,14 +72,11 @@ test_helpers = { path = "test_helpers" }
7972shared = { path = " shared" }
8073lazy_static = " 1.4.0"
8174validator = { version = " 0.16.0" , features = [" derive" ] }
82- derive_builder = " 0.12.0"
8375clap-verbosity-flag = " 2.1.1"
84- duration-str = " 0.7.1"
8576fake = { version = " 2.10.0" , features = [" derive" ] }
8677rand = " 0.8.5"
8778bigdecimal = " 0.4.5"
8879strum = " 0.26.3"
89- strum_macros = " 0.26.3"
9080sha256 = " 1.5.0"
9181rlimit = " 0.10.2"
9282axum-prometheus = " 0.7.0"
0 commit comments