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 403e80e commit f146a24Copy full SHA for f146a24
.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
@@ -109,7 +109,7 @@ procfs = "0.15.1"
109
[dev-dependencies]
110
criterion = "0.7.0"
111
kuchikiki = "0.8"
112
-http02 = { version = "0.2.11", package = "http"}
+http02 = { version = "0.2.11", package = "http"} # AWS SDKs need http 0.2 for testing
113
http-body-util = "0.1.0"
114
rand = "0.9"
115
mockito = "1.0.2"
0 commit comments