AWS SDK

AWS SDK

rev. 4f78bc34faf045c619199b2e8a7e37e55ea6c5c2

Files changed:

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

@@ -45,45 +83,83 @@
   65     65   
version = "0.1.5"
   66     66   
   67     67   
[dependencies.tracing]
   68     68   
version = "0.1"
   69     69   
[dev-dependencies.aws-credential-types]
   70     70   
path = "../aws-credential-types"
   71     71   
features = ["test-util"]
   72     72   
version = "1.2.0"
   73     73   
   74     74   
[dev-dependencies.tokio]
   75         -
version = "1.23.1"
          75  +
version = "=1.37.0"
   76     76   
features = ["macros", "test-util", "rt-multi-thread"]
   77     77   
   78     78   
[features]
   79     79   
behavior-version-latest = []
   80     80   
rustls = ["aws-smithy-runtime/tls-rustls"]
   81     81   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
   82     82   
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
   83     83   
default = ["rustls", "rt-tokio"]

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

@@ -87,87 +129,129 @@
  107    107   
  108    108   
[dev-dependencies.futures-util]
  109    109   
version = "0.3.25"
  110    110   
features = ["alloc"]
  111    111   
default-features = false
  112    112   
  113    113   
[dev-dependencies.serde_json]
  114    114   
version = "1.0.0"
  115    115   
  116    116   
[dev-dependencies.tokio]
  117         -
version = "1.23.1"
         117  +
version = "=1.37.0"
  118    118   
features = ["macros", "test-util", "rt-multi-thread"]
  119    119   
  120    120   
[dev-dependencies.tracing-subscriber]
  121    121   
version = "0.3.16"
  122    122   
features = ["env-filter", "json"]
  123    123   
  124    124   
[features]
  125    125   
behavior-version-latest = []
  126    126   
rustls = ["aws-smithy-runtime/tls-rustls"]
  127    127   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]

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

@@ -41,41 +135,135 @@
   61     61   
[dependencies.http]
   62     62   
version = "0.2.9"
   63     63   
   64     64   
[dependencies.once_cell]
   65     65   
version = "1.16"
   66     66   
   67     67   
[dependencies.regex-lite]
   68     68   
version = "0.1.5"
   69     69   
   70     70   
[dependencies.tokio]
   71         -
version = "1.23.1"
          71  +
version = "=1.37.0"
   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     78   
version = "1.5.2"
   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.0"
   84     84   
   85     85   
[dev-dependencies.aws-runtime]
   86     86   
path = "../aws-runtime"
   87     87   
features = ["test-util"]
   88     88   
version = "1.2.3"
   89     89   
   90     90   
[dev-dependencies.aws-smithy-async]
   91     91   
path = "../aws-smithy-async"
   92     92   
features = ["test-util"]
   93     93   
version = "1.2.1"
   94     94   
   95     95   
[dev-dependencies.aws-smithy-protocol-test]
   96     96   
path = "../aws-smithy-protocol-test"
   97     97   
version = "0.60.7"
   98     98   
   99     99   
[dev-dependencies.aws-smithy-runtime]
  100    100   
path = "../aws-smithy-runtime"
  101    101   
features = ["test-util", "wire-mock"]
  102    102   
version = "1.6.0"
  103    103   
  104    104   
[dev-dependencies.aws-smithy-runtime-api]
  105    105   
path = "../aws-smithy-runtime-api"
  106    106   
features = ["test-util"]
  107    107   
version = "1.7.0"
  108    108   
  109    109   
[dev-dependencies.aws-smithy-types]
  110    110   
path = "../aws-smithy-types"
  111    111   
features = ["test-util"]
  112    112   
version = "1.2.0"
  113    113   
  114    114   
[dev-dependencies.futures-util]
  115    115   
version = "0.3.25"
  116    116   
features = ["alloc"]
  117    117   
default-features = false
  118    118   
  119    119   
[dev-dependencies.serde_json]
  120    120   
version = "1.0.0"
  121    121   
  122    122   
[dev-dependencies.tokio]
  123         -
version = "1.23.1"
         123  +
version = "=1.37.0"
  124    124   
features = ["macros", "test-util", "rt-multi-thread"]
  125    125   
  126    126   
[dev-dependencies.tracing-subscriber]
  127    127   
version = "0.3.16"
  128    128   
features = ["env-filter", "json"]
  129    129   
  130    130   
[features]
  131    131   
behavior-version-latest = []
  132    132   
rustls = ["aws-smithy-runtime/tls-rustls"]
  133    133   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]

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

@@ -41,41 +99,99 @@
   61     61   
[dependencies.http]
   62     62   
version = "0.2.9"
   63     63   
   64     64   
[dependencies.once_cell]
   65     65   
version = "1.16"
   66     66   
   67     67   
[dependencies.regex-lite]
   68     68   
version = "0.1.5"
   69     69   
   70     70   
[dependencies.tokio]
   71         -
version = "1.23.1"
          71  +
version = "=1.37.0"
   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     78   
version = "1.5.2"
   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.0"
   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.1"
   89     89   
   90     90   
[dev-dependencies.tokio]
   91         -
version = "1.23.1"
          91  +
version = "=1.37.0"
   92     92   
features = ["macros", "test-util", "rt-multi-thread"]
   93     93   
   94     94   
[features]
   95     95   
behavior-version-latest = []
   96     96   
rustls = ["aws-smithy-runtime/tls-rustls"]
   97     97   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]
   98     98   
test-util = ["aws-credential-types/test-util", "aws-smithy-runtime/test-util"]
   99     99   
default = ["rustls", "rt-tokio"]

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

@@ -110,110 +152,152 @@
  130    130   
features = ["alloc"]
  131    131   
default-features = false
  132    132   
  133    133   
[dev-dependencies.hound]
  134    134   
version = "3.4.0"
  135    135   
  136    136   
[dev-dependencies.serde_json]
  137    137   
version = "1.0.0"
  138    138   
  139    139   
[dev-dependencies.tokio]
  140         -
version = "1.23.1"
         140  +
version = "=1.37.0"
  141    141   
features = ["macros", "test-util", "rt-multi-thread"]
  142    142   
  143    143   
[dev-dependencies.tracing-subscriber]
  144    144   
version = "0.3.16"
  145    145   
features = ["env-filter", "json"]
  146    146   
  147    147   
[features]
  148    148   
behavior-version-latest = []
  149    149   
rustls = ["aws-smithy-runtime/tls-rustls"]
  150    150   
rt-tokio = ["aws-smithy-async/rt-tokio", "aws-smithy-types/rt-tokio"]