AWS SDK

AWS SDK

rev. fd513891e2666336a3bce8b7369fa5a24f989512

Files changed:

tmp-codegen-diff/aws-sdk/sdk/timestreamquery/Cargo.toml

@@ -48,48 +108,108 @@
   68     68   
version = "0.1.5"
   69     69   
   70     70   
[dependencies.tokio]
   71     71   
version = "1.23.1"
   72     72   
features = ["sync"]
   73     73   
   74     74   
[dependencies.tracing]
   75     75   
version = "0.1"
   76     76   
[dev-dependencies.aws-config]
   77     77   
path = "../aws-config"
   78         -
version = "1.6.2"
          78  +
version = "1.7.0"
   79     79   
   80     80   
[dev-dependencies.aws-credential-types]
   81     81   
path = "../aws-credential-types"
   82     82   
features = ["test-util"]
   83     83   
version = "1.2.3"
   84     84   
   85     85   
[dev-dependencies.aws-runtime]
   86     86   
path = "../aws-runtime"
   87     87   
features = ["test-util"]
   88     88   
version = "1.5.7"

tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/Cargo.toml

@@ -48,48 +101,101 @@
   68     68   
version = "0.1.5"
   69     69   
   70     70   
[dependencies.tokio]
   71     71   
version = "1.23.1"
   72     72   
features = ["sync"]
   73     73   
   74     74   
[dependencies.tracing]
   75     75   
version = "0.1"
   76     76   
[dev-dependencies.aws-config]
   77     77   
path = "../aws-config"
   78         -
version = "1.6.2"
          78  +
version = "1.7.0"
   79     79   
   80     80   
[dev-dependencies.aws-credential-types]
   81     81   
path = "../aws-credential-types"
   82     82   
features = ["test-util"]
   83     83   
version = "1.2.3"
   84     84   
   85     85   
[dev-dependencies.aws-smithy-async]
   86     86   
path = "../aws-smithy-async"
   87     87   
features = ["test-util"]
   88     88   
version = "1.2.5"

tmp-codegen-diff/aws-sdk/sdk/transcribestreaming/Cargo.toml

@@ -62,62 +122,122 @@
   82     82   
[dependencies.regex-lite]
   83     83   
version = "0.1.5"
   84     84   
   85     85   
[dependencies.tracing]
   86     86   
version = "0.1"
   87     87   
[dev-dependencies.async-stream]
   88     88   
version = "0.3.0"
   89     89   
   90     90   
[dev-dependencies.aws-config]
   91     91   
path = "../aws-config"
   92         -
version = "1.6.2"
          92  +
version = "1.7.0"
   93     93   
   94     94   
[dev-dependencies.aws-credential-types]
   95     95   
path = "../aws-credential-types"
   96     96   
features = ["test-util"]
   97     97   
version = "1.2.3"
   98     98   
   99     99   
[dev-dependencies.aws-runtime]
  100    100   
path = "../aws-runtime"
  101    101   
features = ["test-util"]
  102    102   
version = "1.5.7"

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

@@ -1,1 +48,48 @@
    8      8   
license = "Apache-2.0"
    9      9   
repository = "https://github.com/smithy-lang/smithy-rs"
   10     10   
publish = false
   11     11   
   12     12   
[dev-dependencies]
   13     13   
futures = "0.3.25"
   14     14   
   15     15   
[dev-dependencies.aws-config]
   16     16   
path = "../../sdk/aws-config"
   17     17   
default-features = false
   18         -
version = "1.6.2"
          18  +
version = "1.7.0"
   19     19   
   20     20   
[dev-dependencies.aws-sdk-s3]
   21     21   
path = "../../sdk/s3"
   22     22   
default-features = false
   23     23   
version = "0.0.0-local"
   24     24   
   25     25   
[dev-dependencies.aws-smithy-async]
   26     26   
path = "../../sdk/aws-smithy-async"
   27     27   
version = "1.2.5"
   28     28   

tmp-codegen-diff/aws-sdk/tests/telemetry/Cargo.toml

@@ -1,1 +51,51 @@
   11     11   
[dev-dependencies]
   12     12   
http = "0.2.0"
   13     13   
serial_test = "3.1.1"
   14     14   
tracing = "0.1.40"
   15     15   
tracing-subscriber = "0.3.18"
   16     16   
tracing-fluent-assertions = "0.3.0"
   17     17   
   18     18   
[dev-dependencies.aws-config]
   19     19   
path = "../../sdk/aws-config"
   20     20   
features = ["test-util", "behavior-version-latest"]
   21         -
version = "1.6.2"
          21  +
version = "1.7.0"
   22     22   
   23     23   
[dev-dependencies.aws-sdk-dynamodb]
   24     24   
path = "../../sdk/dynamodb"
   25     25   
features = ["test-util", "behavior-version-latest"]
   26     26   
version = "0.0.0-local"
   27     27   
   28     28   
[dev-dependencies.aws-sdk-s3]
   29     29   
path = "../../sdk/s3"
   30     30   
features = ["test-util", "behavior-version-latest"]
   31     31   
version = "0.0.0-local"