Skip to content

Commit 6b9aff1

Browse files
github-actions[bot]Your Name
andauthored
Update CoW dependencies to v2.292.1 (#100)
Updated CoW dependencies to v2.292.1 Co-authored-by: Your Name <your-email@example.com>
1 parent a4d9253 commit 6b9aff1

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ tower-http = { version = "0.4", features = ["trace"] }
4242
tracing = "0.1"
4343
web3 = "0.19"
4444

45-
contracts = { git = "https://github.com/cowprotocol/services.git", tag = "v2.291.0", package = "contracts" }
46-
ethrpc = { git = "https://github.com/cowprotocol/services.git", tag = "v2.291.0", package = "ethrpc" }
47-
observe = { git = "https://github.com/cowprotocol/services.git", tag = "v2.291.0", package = "observe" }
48-
shared = { git = "https://github.com/cowprotocol/services.git", tag = "v2.291.0", package = "shared" }
49-
dto = { git = "https://github.com/cowprotocol/services.git", tag = "v2.291.0", package = "solvers-dto" }
50-
rate-limit = { git = "https://github.com/cowprotocol/services.git", tag = "v2.291.0", package = "rate-limit" }
51-
number = { git = "https://github.com/cowprotocol/services.git", tag = "v2.291.0", package = "number" }
45+
contracts = { git = "https://github.com/cowprotocol/services.git", tag = "v2.292.1", package = "contracts" }
46+
ethrpc = { git = "https://github.com/cowprotocol/services.git", tag = "v2.292.1", package = "ethrpc" }
47+
observe = { git = "https://github.com/cowprotocol/services.git", tag = "v2.292.1", package = "observe" }
48+
shared = { git = "https://github.com/cowprotocol/services.git", tag = "v2.292.1", package = "shared" }
49+
dto = { git = "https://github.com/cowprotocol/services.git", tag = "v2.292.1", package = "solvers-dto" }
50+
rate-limit = { git = "https://github.com/cowprotocol/services.git", tag = "v2.292.1", package = "rate-limit" }
51+
number = { git = "https://github.com/cowprotocol/services.git", tag = "v2.292.1", package = "number" }
5252

5353
[dev-dependencies]
54-
testlib = { git = "https://github.com/cowprotocol/services.git", tag = "v2.291.0", package = "testlib" }
54+
testlib = { git = "https://github.com/cowprotocol/services.git", tag = "v2.292.1", package = "testlib" }
5555
glob = "0.3"
5656
maplit = "1"
5757
tempfile = "3"

0 commit comments

Comments
 (0)