Skip to content

Commit 3d18614

Browse files
committed
Attempt to bump fuzzgen to http-1x
1 parent dae64c7 commit 3d18614

File tree

7 files changed

+44
-599
lines changed

7 files changed

+44
-599
lines changed

fuzzgen/src/main/kotlin/software/amazon/smithy/rust/codegen/fuzz/FuzzTargetGenerator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class FuzzTargetGenerator(private val context: FuzzTargetContext) {
9595
"fuzz_service" to smithyFuzz.resolve("fuzz_service"),
9696
"FuzzResult" to smithyFuzz.resolve("FuzzResult"),
9797
"Body" to smithyFuzz.resolve("Body"),
98-
"http" to CargoDependency.Http.toType(),
98+
"http" to CargoDependency.Http1x.toType(),
9999
"target" to targetCrate(),
100100
)
101101

0 commit comments

Comments
 (0)