Skip to content

Commit 8aa96ab

Browse files
committed
Pin serde_json to 1.0.146 to fix flaky test
1 parent 320eddd commit 8aa96ab

5 files changed

Lines changed: 66 additions & 89 deletions

File tree

aws/rust-runtime/Cargo.lock

Lines changed: 18 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/rust-runtime/aws-config/Cargo.lock

Lines changed: 11 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/sdk/Cargo.lock

Lines changed: 18 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/sdk/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ fun Project.registerDowngradeFor(
441441
"minicbor" to "0.24.2",
442442
"libfuzzer-sys" to "0.4.7", // TODO(https://github.com/rust-fuzz/libfuzzer/issues/126)
443443
"crc-fast" to "1.9.0", // TODO(https://github.com/smithy-lang/smithy-rs/issues/3981)
444+
"serde_json" to "1.0.146",
444445
)
445446

446447
crateNameToLastKnownWorkingVersions.forEach { (crate, version) ->

0 commit comments

Comments
 (0)