Skip to content

Commit f146a24

Browse files
committed
ignore http 0.2 updates for renovate
1 parent 403e80e commit f146a24

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/renovate.json5

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@
1313
extends: ["schedule:weekly"],
1414
groupName: "lockfile maintenance",
1515
},
16+
"ignoreDeps": [
17+
"http02" // AWS SDK needs an old http version for testing
18+
]
1619
}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ procfs = "0.15.1"
109109
[dev-dependencies]
110110
criterion = "0.7.0"
111111
kuchikiki = "0.8"
112-
http02 = { version = "0.2.11", package = "http"}
112+
http02 = { version = "0.2.11", package = "http"} # AWS SDKs need http 0.2 for testing
113113
http-body-util = "0.1.0"
114114
rand = "0.9"
115115
mockito = "1.0.2"

0 commit comments

Comments
 (0)