Skip to content

Commit

Permalink
Adjust dependencies and remove redundant files
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Dec 19, 2023
1 parent 822e8ea commit 50248a8
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 29 deletions.
26 changes: 14 additions & 12 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ hyper = "0.14"
itertools = "0.11"
num = "0.4"
prometheus = "0.13"
prometheus-metric-storage = { git = "https://github.com/cowprotocol/prometheus-metric-storage", tag = "v0.4.0" }
prometheus-metric-storage = "0.5.0"
reqwest = "0.11"
serde = "1"
serde_json = "1"
Expand All @@ -38,10 +38,10 @@ tower-http = { version = "0.4", features = ["trace"] }
tracing = "0.1"
web3 = "0.19"

ethrpc = { git = "https://github.com/cowprotocol/services.git", tag = "v2.236.0", package = "ethrpc" }
contracts = { git = "https://github.com/cowprotocol/services.git", tag = "v2.236.0", package = "contracts" }
observe = { git = "https://github.com/cowprotocol/services.git", tag = "v2.236.0", package = "observe" }
shared = { git = "https://github.com/cowprotocol/services.git", tag = "v2.236.0", package = "shared" }
contracts = { git = "https://github.com/cowprotocol/services.git", tag = "v2.237.0", package = "contracts" }
ethrpc = { git = "https://github.com/cowprotocol/services.git", tag = "v2.237.0", package = "ethrpc" }
observe = { git = "https://github.com/cowprotocol/services.git", tag = "v2.237.0", package = "observe" }
shared = { git = "https://github.com/cowprotocol/services.git", tag = "v2.237.0", package = "shared" }

[dev-dependencies]
glob = "0.3"
Expand Down
7 changes: 0 additions & 7 deletions config/example.baseline.toml

This file was deleted.

4 changes: 0 additions & 4 deletions config/example.legacy.toml

This file was deleted.

1 change: 0 additions & 1 deletion config/example.naive.toml

This file was deleted.

0 comments on commit 50248a8

Please sign in to comment.