From bf730e68286b30238e2d0c3fb9cc12e92f295d17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:53:15 +0000 Subject: [PATCH] Update CoW dependencies to v2.278.0 (#75) Updated CoW dependencies to v2.278.0 Co-authored-by: Your Name --- Cargo.lock | 28 ++++++++++++++-------------- Cargo.toml | 14 +++++++------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 682b331..fb318f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,7 +139,7 @@ checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355" [[package]] name = "app-data" version = "0.1.0" -source = "git+https://github.com/cowprotocol/services.git?tag=v2.277.1#d77868c865bddb335410c67934bb6c6bb9b86e6d" +source = "git+https://github.com/cowprotocol/services.git?tag=v2.278.0#b585cdd7277e13cd1bd22c94cf13beb4dfe19c40" dependencies = [ "anyhow", "app-data-hash", @@ -154,7 +154,7 @@ dependencies = [ [[package]] name = "app-data-hash" version = "0.1.0" -source = "git+https://github.com/cowprotocol/services.git?tag=v2.277.1#d77868c865bddb335410c67934bb6c6bb9b86e6d" +source = "git+https://github.com/cowprotocol/services.git?tag=v2.278.0#b585cdd7277e13cd1bd22c94cf13beb4dfe19c40" dependencies = [ "hex-literal", "tiny-keccak", @@ -783,7 +783,7 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "bytes-hex" version = "0.1.0" -source = "git+https://github.com/cowprotocol/services.git?tag=v2.277.1#d77868c865bddb335410c67934bb6c6bb9b86e6d" +source = "git+https://github.com/cowprotocol/services.git?tag=v2.278.0#b585cdd7277e13cd1bd22c94cf13beb4dfe19c40" dependencies = [ "hex", "serde", @@ -957,7 +957,7 @@ dependencies = [ [[package]] name = "contracts" version = "0.1.0" -source = "git+https://github.com/cowprotocol/services.git?tag=v2.277.1#d77868c865bddb335410c67934bb6c6bb9b86e6d" +source = "git+https://github.com/cowprotocol/services.git?tag=v2.278.0#b585cdd7277e13cd1bd22c94cf13beb4dfe19c40" dependencies = [ "ethcontract", "ethcontract-generate", @@ -1139,7 +1139,7 @@ dependencies = [ [[package]] name = "database" version = "0.1.0" -source = "git+https://github.com/cowprotocol/services.git?tag=v2.277.1#d77868c865bddb335410c67934bb6c6bb9b86e6d" +source = "git+https://github.com/cowprotocol/services.git?tag=v2.278.0#b585cdd7277e13cd1bd22c94cf13beb4dfe19c40" dependencies = [ "bigdecimal", "chrono", @@ -1388,7 +1388,7 @@ dependencies = [ [[package]] name = "ethrpc" version = "0.1.0" -source = "git+https://github.com/cowprotocol/services.git?tag=v2.277.1#d77868c865bddb335410c67934bb6c6bb9b86e6d" +source = "git+https://github.com/cowprotocol/services.git?tag=v2.278.0#b585cdd7277e13cd1bd22c94cf13beb4dfe19c40" dependencies = [ "anyhow", "async-trait", @@ -2435,7 +2435,7 @@ dependencies = [ [[package]] name = "model" version = "0.1.0" -source = "git+https://github.com/cowprotocol/services.git?tag=v2.277.1#d77868c865bddb335410c67934bb6c6bb9b86e6d" +source = "git+https://github.com/cowprotocol/services.git?tag=v2.278.0#b585cdd7277e13cd1bd22c94cf13beb4dfe19c40" dependencies = [ "anyhow", "app-data", @@ -2604,7 +2604,7 @@ dependencies = [ [[package]] name = "number" version = "0.1.0" -source = "git+https://github.com/cowprotocol/services.git?tag=v2.277.1#d77868c865bddb335410c67934bb6c6bb9b86e6d" +source = "git+https://github.com/cowprotocol/services.git?tag=v2.278.0#b585cdd7277e13cd1bd22c94cf13beb4dfe19c40" dependencies = [ "anyhow", "bigdecimal", @@ -2626,7 +2626,7 @@ dependencies = [ [[package]] name = "observe" version = "0.1.0" -source = "git+https://github.com/cowprotocol/services.git?tag=v2.277.1#d77868c865bddb335410c67934bb6c6bb9b86e6d" +source = "git+https://github.com/cowprotocol/services.git?tag=v2.278.0#b585cdd7277e13cd1bd22c94cf13beb4dfe19c40" dependencies = [ "atty", "console-subscriber", @@ -2700,7 +2700,7 @@ dependencies = [ [[package]] name = "order-validation" version = "0.1.0" -source = "git+https://github.com/cowprotocol/services.git?tag=v2.277.1#d77868c865bddb335410c67934bb6c6bb9b86e6d" +source = "git+https://github.com/cowprotocol/services.git?tag=v2.278.0#b585cdd7277e13cd1bd22c94cf13beb4dfe19c40" dependencies = [ "cached", "contracts", @@ -2997,7 +2997,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.12.1", "proc-macro2", "quote", "syn 2.0.66", @@ -3102,7 +3102,7 @@ dependencies = [ [[package]] name = "rate-limit" version = "0.1.0" -source = "git+https://github.com/cowprotocol/services.git?tag=v2.277.1#d77868c865bddb335410c67934bb6c6bb9b86e6d" +source = "git+https://github.com/cowprotocol/services.git?tag=v2.278.0#b585cdd7277e13cd1bd22c94cf13beb4dfe19c40" dependencies = [ "anyhow", "futures", @@ -3648,7 +3648,7 @@ dependencies = [ [[package]] name = "shared" version = "0.1.0" -source = "git+https://github.com/cowprotocol/services.git?tag=v2.277.1#d77868c865bddb335410c67934bb6c6bb9b86e6d" +source = "git+https://github.com/cowprotocol/services.git?tag=v2.278.0#b585cdd7277e13cd1bd22c94cf13beb4dfe19c40" dependencies = [ "anyhow", "app-data", @@ -3815,7 +3815,7 @@ dependencies = [ [[package]] name = "solvers-dto" version = "0.1.0" -source = "git+https://github.com/cowprotocol/services.git?tag=v2.277.1#d77868c865bddb335410c67934bb6c6bb9b86e6d" +source = "git+https://github.com/cowprotocol/services.git?tag=v2.278.0#b585cdd7277e13cd1bd22c94cf13beb4dfe19c40" dependencies = [ "app-data", "bigdecimal", diff --git a/Cargo.toml b/Cargo.toml index 141e6f4..c275fc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,13 +42,13 @@ tower-http = { version = "0.4", features = ["trace"] } tracing = "0.1" web3 = "0.19" -contracts = { git = "https://github.com/cowprotocol/services.git", tag = "v2.277.1", package = "contracts" } -ethrpc = { git = "https://github.com/cowprotocol/services.git", tag = "v2.277.1", package = "ethrpc" } -observe = { git = "https://github.com/cowprotocol/services.git", tag = "v2.277.1", package = "observe" } -shared = { git = "https://github.com/cowprotocol/services.git", tag = "v2.277.1", package = "shared" } -dto = { git = "https://github.com/cowprotocol/services.git", tag = "v2.277.1", package = "solvers-dto" } -rate-limit = { git = "https://github.com/cowprotocol/services.git", tag = "v2.277.1", package = "rate-limit" } -number = { git = "https://github.com/cowprotocol/services.git", tag = "v2.277.1", package = "number" } +contracts = { git = "https://github.com/cowprotocol/services.git", tag = "v2.278.0", package = "contracts" } +ethrpc = { git = "https://github.com/cowprotocol/services.git", tag = "v2.278.0", package = "ethrpc" } +observe = { git = "https://github.com/cowprotocol/services.git", tag = "v2.278.0", package = "observe" } +shared = { git = "https://github.com/cowprotocol/services.git", tag = "v2.278.0", package = "shared" } +dto = { git = "https://github.com/cowprotocol/services.git", tag = "v2.278.0", package = "solvers-dto" } +rate-limit = { git = "https://github.com/cowprotocol/services.git", tag = "v2.278.0", package = "rate-limit" } +number = { git = "https://github.com/cowprotocol/services.git", tag = "v2.278.0", package = "number" } [dev-dependencies] glob = "0.3"