AWS SDK

AWS SDK

rev. 726a0cd2b9ad960c1761e130e6cc55664c3e5e63

Files changed:

tmp-codegen-diff/aws-sdk/tests/no-default-features/Cargo.toml

@@ -12,12 +54,54 @@
   32     32   
version = "1.9.4"
   33     33   
   34     34   
[dev-dependencies.aws-smithy-http-client]
   35     35   
path = "../../sdk/aws-smithy-http-client"
   36     36   
features = ["test-util"]
   37     37   
version = "1.1.4"
   38     38   
   39     39   
[dev-dependencies.aws-credential-types]
   40     40   
path = "../../sdk/aws-credential-types"
   41     41   
features = ["test-util"]
   42         -
version = "1.2.8"
          42  +
version = "1.2.9"
   43     43   
   44     44   
[dev-dependencies.tokio]
   45     45   
version = "1.23.1"
   46     46   
features = ["full", "test-util"]
   47     47   
   48     48   
[dev-dependencies.tracing-subscriber]
   49     49   
version = "0.3.15"
   50     50   
features = ["env-filter"]
   51     51   
   52     52   
[dev-dependencies.http-1x]