Skip to content

Commit 935dc62

Browse files
committed
Update aws-smithy-runtime dependency version to 1.8.6
Due to bumping rust version, we must also bump aws-smithy-runtime version to 1.8.6 to resolve build failures Signed-off-by: Connor Williamson <[email protected]>
1 parent 6f06791 commit 935dc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock"]}
2828
aws-sdk-kms = "<=1.20"
2929
aws-config = "<=1.1"
3030
aws-types = "<=1.1"
31-
aws-smithy-runtime = { version = "<=1.2" }
31+
aws-smithy-runtime = "1.8.6"
3232
# Needed by `aws-nitro-enclaves-cose` to perform calls to KMS.
3333
tokio = { version = "1.20", features = ["rt-multi-thread"] }
3434
regex = "1.0"

0 commit comments

Comments
 (0)