Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit 8817f4b

Browse files
authored
Downgrade aws libs (#982)
It is not possible to use latest versions without updating cargo lockfile in the cowprotocol/services repo, which caused memory consumption issues, so this PR downgrades aws libs to versions that don't require that anymore.
1 parent c9ec7c0 commit 8817f4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ethcontract/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ ws-tls-tokio = ["web3/ws-tls-tokio"]
3232
ws-tokio = ["web3/ws-tokio"]
3333

3434
[dependencies]
35-
aws-config = { version = "1.8.6", optional = true }
36-
aws-sdk-kms = { version = "1.86", optional = true }
35+
aws-config = { version = "1.5.1", optional = true }
36+
aws-sdk-kms = { version = "1.5.1", optional = true }
3737
arrayvec = "0.7"
3838
ethcontract-common = { version = "0.25.9", path = "../ethcontract-common" }
3939
ethcontract-derive = { version = "0.25.9", path = "../ethcontract-derive", optional = true, default-features = false }

0 commit comments

Comments
 (0)