Skip to content

Commit

Permalink
Update CoW dependencies to v2.290.0 (#98)
Browse files Browse the repository at this point in the history
Updated CoW dependencies to v2.290.0

Co-authored-by: Your Name <your-email@example.com>
  • Loading branch information
github-actions[bot] and Your Name authored Dec 25, 2024
1 parent ec9a318 commit fb71017
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ tower-http = { version = "0.4", features = ["trace"] }
tracing = "0.1"
web3 = "0.19"

contracts = { git = "https://github.com/cowprotocol/services.git", tag = "v2.289.0", package = "contracts" }
ethrpc = { git = "https://github.com/cowprotocol/services.git", tag = "v2.289.0", package = "ethrpc" }
observe = { git = "https://github.com/cowprotocol/services.git", tag = "v2.289.0", package = "observe" }
shared = { git = "https://github.com/cowprotocol/services.git", tag = "v2.289.0", package = "shared" }
dto = { git = "https://github.com/cowprotocol/services.git", tag = "v2.289.0", package = "solvers-dto" }
rate-limit = { git = "https://github.com/cowprotocol/services.git", tag = "v2.289.0", package = "rate-limit" }
number = { git = "https://github.com/cowprotocol/services.git", tag = "v2.289.0", package = "number" }
contracts = { git = "https://github.com/cowprotocol/services.git", tag = "v2.290.0", package = "contracts" }
ethrpc = { git = "https://github.com/cowprotocol/services.git", tag = "v2.290.0", package = "ethrpc" }
observe = { git = "https://github.com/cowprotocol/services.git", tag = "v2.290.0", package = "observe" }
shared = { git = "https://github.com/cowprotocol/services.git", tag = "v2.290.0", package = "shared" }
dto = { git = "https://github.com/cowprotocol/services.git", tag = "v2.290.0", package = "solvers-dto" }
rate-limit = { git = "https://github.com/cowprotocol/services.git", tag = "v2.290.0", package = "rate-limit" }
number = { git = "https://github.com/cowprotocol/services.git", tag = "v2.290.0", package = "number" }

[dev-dependencies]
testlib = { git = "https://github.com/cowprotocol/services.git", tag = "v2.289.0", package = "testlib" }
testlib = { git = "https://github.com/cowprotocol/services.git", tag = "v2.290.0", package = "testlib" }
glob = "0.3"
maplit = "1"
tempfile = "3"

0 comments on commit fb71017

Please sign in to comment.