diff --git a/oktaws/Cargo.toml b/oktaws/Cargo.toml index 8810066..8a3e2b5 100644 --- a/oktaws/Cargo.toml +++ b/oktaws/Cargo.toml @@ -52,7 +52,7 @@ aws-smithy-types = "0.55.3" aws-config = { path = "../aws-config", default_features = false } [dev-dependencies] -aws-smithy-client = { version = "0.55", features = ["test-util"] } +aws-smithy-client = { version = "0.60", features = ["test-util"] } aws-smithy-http = "0.55" http = "0.2" serial_test = "2"