Skip to content

Commit 202cbf5

Browse files
github-actions[bot]Your Name
andauthored
Update CoW dependencies to v2.345.2 (#201)
Updated CoW dependencies to v2.345.2 Co-authored-by: Your Name <your-email@example.com>
1 parent cf2b2cf commit 202cbf5

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,21 @@ tower-http = { version = "0.4", features = ["trace"] }
4747
tracing = "0.1"
4848
web3 = "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
5959
tikv-jemallocator = { version = "0.6", features = ["unprefixed_malloc_on_supported_platforms", "profiling"] }
6060
jemalloc_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" }
6565
glob = "0.3"
6666
maplit = "1"
6767
tempfile = "3"

0 commit comments

Comments
 (0)