Skip to content

Commit f049cd5

Browse files
sypharGuillaumeGomez
authored andcommitted
ignore http 0.2 updates for renovate
1 parent 0f64d6f commit f049cd5

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
@@ -106,7 +106,7 @@ constant_time_eq = "0.4.2"
106106
[dev-dependencies]
107107
criterion = "0.7.0"
108108
kuchikiki = "0.8"
109-
http02 = { version = "0.2.11", package = "http"}
109+
http02 = { version = "0.2.11", package = "http"} # AWS SDKs need http 0.2 for testing
110110
http-body-util = "0.1.0"
111111
rand = "0.9"
112112
mockito = "1.0.2"

0 commit comments

Comments
 (0)