@@ -47,21 +47,21 @@ tower-http = { version = "0.4", features = ["trace"] }
4747tracing = " 0.1"
4848web3 = " 0.19"
4949
50- contracts = { git = " https://github.com/cowprotocol/services.git" , tag = " v2.345.0 " , package = " contracts" }
51- ethrpc = { git = " https://github.com/cowprotocol/services.git" , tag = " v2.345.0 " , package = " ethrpc" }
52- observe = { git = " https://github.com/cowprotocol/services.git" , tag = " v2.345.0 " , package = " observe" , features = [" axum-tracing" ]}
53- shared = { git = " https://github.com/cowprotocol/services.git" , tag = " v2.345.0 " , package = " shared" }
54- dto = { git = " https://github.com/cowprotocol/services.git" , tag = " v2.345.0 " , package = " solvers-dto" }
55- rate-limit = { git = " https://github.com/cowprotocol/services.git" , tag = " v2.345.0 " , package = " rate-limit" }
56- number = { git = " https://github.com/cowprotocol/services.git" , tag = " v2.345.0 " , package = " number" }
50+ contracts = { git = " https://github.com/cowprotocol/services.git" , tag = " v2.345.2 " , package = " contracts" }
51+ ethrpc = { git = " https://github.com/cowprotocol/services.git" , tag = " v2.345.2 " , package = " ethrpc" }
52+ observe = { git = " https://github.com/cowprotocol/services.git" , tag = " v2.345.2 " , package = " observe" , features = [" axum-tracing" ]}
53+ shared = { git = " https://github.com/cowprotocol/services.git" , tag = " v2.345.2 " , package = " shared" }
54+ dto = { git = " https://github.com/cowprotocol/services.git" , tag = " v2.345.2 " , package = " solvers-dto" }
55+ rate-limit = { git = " https://github.com/cowprotocol/services.git" , tag = " v2.345.2 " , package = " rate-limit" }
56+ number = { git = " https://github.com/cowprotocol/services.git" , tag = " v2.345.2 " , package = " number" }
5757
5858# Memory allocator
5959tikv-jemallocator = { version = " 0.6" , features = [" unprefixed_malloc_on_supported_platforms" , " profiling" ] }
6060jemalloc_pprof = { version = " 0.8" , features = [" symbolize" ] }
6161
6262[dev-dependencies ]
63- ethrpc = { git = " https://github.com/cowprotocol/services.git" , tag = " v2.345.0 " , package = " ethrpc" , features = [" test-util" ] }
64- testlib = { git = " https://github.com/cowprotocol/services.git" , tag = " v2.345.0 " , package = " testlib" }
63+ ethrpc = { git = " https://github.com/cowprotocol/services.git" , tag = " v2.345.2 " , package = " ethrpc" , features = [" test-util" ] }
64+ testlib = { git = " https://github.com/cowprotocol/services.git" , tag = " v2.345.2 " , package = " testlib" }
6565glob = " 0.3"
6666maplit = " 1"
6767tempfile = " 3"
0 commit comments