We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f64d6f commit f049cd5Copy full SHA for f049cd5
.github/renovate.json5
@@ -13,4 +13,7 @@
13
extends: ["schedule:weekly"],
14
groupName: "lockfile maintenance",
15
},
16
+ "ignoreDeps": [
17
+ "http02" // AWS SDK needs an old http version for testing
18
+ ]
19
}
Cargo.toml
@@ -106,7 +106,7 @@ constant_time_eq = "0.4.2"
106
[dev-dependencies]
107
criterion = "0.7.0"
108
kuchikiki = "0.8"
109
-http02 = { version = "0.2.11", package = "http"}
+http02 = { version = "0.2.11", package = "http"} # AWS SDKs need http 0.2 for testing
110
http-body-util = "0.1.0"
111
rand = "0.9"
112
mockito = "1.0.2"
0 commit comments