AWS SDK

AWS SDK

rev. c26d7058724dd0bfafdd4903fbdfb18b373ab965 (ignoring whitespace)

Files changed:

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

@@ -50,50 +110,110 @@
   70     70   
features = ["client"]
   71     71   
version = "1.10.2"
   72     72   
   73     73   
[dependencies.aws-smithy-runtime-api]
   74     74   
path = "../aws-smithy-runtime-api"
   75     75   
features = ["client"]
   76     76   
version = "1.11.5"
   77     77   
   78     78   
[dependencies.aws-smithy-types]
   79     79   
path = "../aws-smithy-types"
   80         -
version = "1.4.5"
          80  +
version = "1.4.6"
   81     81   
   82     82   
[dependencies.aws-types]
   83     83   
path = "../aws-types"
   84     84   
version = "1.3.13"
   85     85   
   86     86   
[dependencies.time]
   87     87   
version = "0.3.4"
   88     88   
features = ["parsing"]
   89     89   
   90     90   
[dependencies.tokio]

tmp-codegen-diff/aws-sdk/sdk/aws-credential-types/Cargo.toml

@@ -3,3 +50,50 @@
   23     23   
   24     24   
[dependencies]
   25     25   
zeroize = "1.7.0"
   26     26   
   27     27   
[dependencies.aws-smithy-async]
   28     28   
path = "../aws-smithy-async"
   29     29   
version = "1.2.13"
   30     30   
   31     31   
[dependencies.aws-smithy-types]
   32     32   
path = "../aws-smithy-types"
   33         -
version = "1.4.5"
          33  +
version = "1.4.6"
   34     34   
   35     35   
[dependencies.aws-smithy-runtime-api]
   36     36   
path = "../aws-smithy-runtime-api"
   37     37   
features = ["client", "http-auth"]
   38     38   
version = "1.11.5"
   39     39   
   40     40   
[dev-dependencies]
   41     41   
async-trait = "0.1.74"
   42     42   
   43     43   
[dev-dependencies.aws-smithy-runtime-api]

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

@@ -40,40 +100,100 @@
   60     60   
version = "1.10.2"
   61     61   
   62     62   
[dependencies.aws-smithy-runtime-api]
   63     63   
path = "../aws-smithy-runtime-api"
   64     64   
features = ["client", "http-1x"]
   65     65   
version = "1.11.5"
   66     66   
   67     67   
[dependencies.aws-smithy-types]
   68     68   
path = "../aws-smithy-types"
   69     69   
features = ["http-body-1-x"]
   70         -
version = "1.4.5"
          70  +
version = "1.4.6"
   71     71   
   72     72   
[dependencies.aws-types]
   73     73   
path = "../aws-types"
   74     74   
version = "1.3.13"
   75     75   
   76     76   
[dependencies.http-02x]
   77     77   
package = "http"
   78     78   
version = "0.2.12"
   79     79   
optional = true
   80     80   
@@ -102,102 +148,148 @@
  122    122   
version = "0.63.13"
  123    123   
  124    124   
[dev-dependencies.aws-smithy-runtime-api]
  125    125   
path = "../aws-smithy-runtime-api"
  126    126   
features = ["test-util", "http-1x"]
  127    127   
version = "1.11.5"
  128    128   
  129    129   
[dev-dependencies.aws-smithy-types]
  130    130   
path = "../aws-smithy-types"
  131    131   
features = ["test-util"]
  132         -
version = "1.4.5"
         132  +
version = "1.4.6"
  133    133   
  134    134   
[dev-dependencies.futures-util]
  135    135   
version = "0.3.29"
  136    136   
default-features = false
  137    137   
  138    138   
[dev-dependencies.serde]
  139    139   
version = "1"
  140    140   
features = ["derive"]
  141    141   
  142    142   
[dev-dependencies.tokio]

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

@@ -36,36 +96,96 @@
   56     56   
path = "../aws-smithy-http"
   57     57   
version = "0.63.5"
   58     58   
   59     59   
[dependencies.aws-smithy-runtime-api]
   60     60   
path = "../aws-smithy-runtime-api"
   61     61   
features = ["client"]
   62     62   
version = "1.11.5"
   63     63   
   64     64   
[dependencies.aws-smithy-types]
   65     65   
path = "../aws-smithy-types"
   66         -
version = "1.4.5"
          66  +
version = "1.4.6"
   67     67   
   68     68   
[dependencies.form_urlencoded]
   69     69   
version = "1.2.1"
   70     70   
optional = true
   71     71   
   72     72   
[dependencies.http0]
   73     73   
package = "http"
   74     74   
version = "0.2.12"
   75     75   
optional = true
   76     76   

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-cbor/Cargo.toml

@@ -1,1 +33,33 @@
   20     20   
all-features = true
   21     21   
targets = ["x86_64-unknown-linux-gnu"]
   22     22   
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
   23     23   
rustdoc-args = ["--cfg", "docsrs"]
   24     24   
[dependencies.minicbor]
   25     25   
version = "0.24.2"
   26     26   
features = ["alloc", "half"]
   27     27   
   28     28   
[dependencies.aws-smithy-types]
   29     29   
path = "../aws-smithy-types"
   30         -
version = "1.4.5"
          30  +
version = "1.4.6"
   31     31   
   32     32   
[dev-dependencies]
   33     33   
criterion = "0.5.1"

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-checksums/Cargo.toml

@@ -5,5 +52,52 @@
   25     25   
sha2 = "0.10"
   26     26   
tracing = "0.1.44"
   27     27   
   28     28   
[dependencies.aws-smithy-http]
   29     29   
path = "../aws-smithy-http"
   30     30   
version = "0.63.5"
   31     31   
   32     32   
[dependencies.aws-smithy-types]
   33     33   
path = "../aws-smithy-types"
   34     34   
features = ["http-body-1-x"]
   35         -
version = "1.4.5"
          35  +
version = "1.4.6"
   36     36   
   37     37   
[dependencies.http-1x]
   38     38   
package = "http"
   39     39   
version = "1.3.1"
   40     40   
   41     41   
[dependencies.http-body-1x]
   42     42   
package = "http-body"
   43     43   
version = "1.0.1"
   44     44   
   45     45   
[dev-dependencies]

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-compression/Cargo.toml

@@ -1,1 +51,51 @@
   18     18   
   19     19   
[dependencies]
   20     20   
bytes = "1.10.0"
   21     21   
flate2 = "1.0.30"
   22     22   
futures-util = "0.3"
   23     23   
pin-project-lite = "0.2.14"
   24     24   
tracing = "0.1.44"
   25     25   
   26     26   
[dependencies.aws-smithy-types]
   27     27   
path = "../aws-smithy-types"
   28         -
version = "1.4.5"
          28  +
version = "1.4.6"
   29     29   
   30     30   
[dependencies.aws-smithy-runtime-api]
   31     31   
path = "../aws-smithy-runtime-api"
   32     32   
version = "1.11.5"
   33     33   
   34     34   
[dependencies.http-1x]
   35     35   
package = "http"
   36     36   
version = "1.3.1"
   37     37   
   38     38   
[dependencies.http-body-1x]

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-eventstream/Cargo.toml

@@ -8,8 +54,54 @@
   28     28   
bytes = "1.10.0"
   29     29   
crc32fast = "1.3"
   30     30   
   31     31   
[dependencies.arbitrary]
   32     32   
version = "1.3"
   33     33   
optional = true
   34     34   
   35     35   
[dependencies.aws-smithy-types]
   36     36   
path = "../aws-smithy-types"
   37     37   
features = ["http-body-1-x"]
   38         -
version = "1.4.5"
          38  +
version = "1.4.6"
   39     39   
   40     40   
[dependencies.derive_arbitrary]
   41     41   
version = "1.3"
   42     42   
optional = true
   43     43   
   44     44   
[dev-dependencies]
   45     45   
bytes-utils = "0.1"
   46     46   
   47     47   
[dev-dependencies.criterion]
   48     48   
version = "0.5"

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-eventstream/fuzz/Cargo.toml

@@ -21,21 +59,59 @@
   41     41   
   42     42   
[dependencies]
   43     43   
arbitrary = "1.3"
   44     44   
bytes = "1"
   45     45   
crc32fast = "1"
   46     46   
derive_arbitrary = "1.3"
   47     47   
libfuzzer-sys = "=0.4.7"
   48     48   
   49     49   
[dependencies.aws-smithy-types]
   50     50   
path = "../../aws-smithy-types"
   51         -
version = "1.4.5"
          51  +
version = "1.4.6"
   52     52   
   53     53   
[dependencies.aws-smithy-eventstream]
   54     54   
features = ["derive-arbitrary"]
   55     55   
path = ".."
   56     56   
version = "0.60.19"
   57     57   
   58     58   
[workspace]
   59     59   
members = ["."]

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-http-client/Cargo.toml

@@ -37,37 +97,97 @@
   57     57   
path = "../aws-smithy-async"
   58     58   
version = "1.2.13"
   59     59   
   60     60   
[dependencies.aws-smithy-runtime-api]
   61     61   
path = "../aws-smithy-runtime-api"
   62     62   
features = ["client"]
   63     63   
version = "1.11.5"
   64     64   
   65     65   
[dependencies.aws-smithy-types]
   66     66   
path = "../aws-smithy-types"
   67         -
version = "1.4.5"
          67  +
version = "1.4.6"
   68     68   
   69     69   
[dependencies.aws-smithy-protocol-test]
   70     70   
path = "../aws-smithy-protocol-test"
   71     71   
optional = true
   72     72   
version = "0.63.13"
   73     73   
   74     74   
[dependencies.h2]
   75     75   
version = "0.4.11"
   76     76   
default-features = false
   77     77   
@@ -189,189 +234,234 @@
  209    209   
version = "1.2.13"
  210    210   
  211    211   
[dev-dependencies.aws-smithy-runtime-api]
  212    212   
path = "../aws-smithy-runtime-api"
  213    213   
features = ["test-util"]
  214    214   
version = "1.11.5"
  215    215   
  216    216   
[dev-dependencies.aws-smithy-types]
  217    217   
path = "../aws-smithy-types"
  218    218   
features = ["http-body-0-4-x", "test-util"]
  219         -
version = "1.4.5"
         219  +
version = "1.4.6"
  220    220   
  221    221   
[dev-dependencies.http-body-util]
  222    222   
version = "0.1.3"
  223    223   
  224    224   
[dev-dependencies.hyper-util]
  225    225   
version = "0.1.16"
  226    226   
features = ["full"]
  227    227   
  228    228   
[dev-dependencies.rustls-pki-types]
  229    229   
version = "1.12.0"

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-http/Cargo.toml

@@ -14,14 +71,71 @@
   34     34   
version = "0.60.19"
   35     35   
   36     36   
[dependencies.aws-smithy-runtime-api]
   37     37   
path = "../aws-smithy-runtime-api"
   38     38   
features = ["client", "http-1x"]
   39     39   
version = "1.11.5"
   40     40   
   41     41   
[dependencies.aws-smithy-types]
   42     42   
path = "../aws-smithy-types"
   43     43   
features = ["byte-stream-poll-next", "http-body-1-x"]
   44         -
version = "1.4.5"
          44  +
version = "1.4.6"
   45     45   
   46     46   
[dependencies.http-1x]
   47     47   
package = "http"
   48     48   
version = "1.3.1"
   49     49   
   50     50   
[dependencies.http-body-1x]
   51     51   
package = "http-body"
   52     52   
version = "1.0.1"
   53     53   
   54     54   
[dependencies.futures-util]

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-json/Cargo.toml

@@ -1,1 +22,22 @@
    8      8   
license = "Apache-2.0"
    9      9   
repository = "https://github.com/smithy-lang/smithy-rs"
   10     10   
rust-version = "1.91"
   11     11   
[package.metadata.docs.rs]
   12     12   
all-features = true
   13     13   
targets = ["x86_64-unknown-linux-gnu"]
   14     14   
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
   15     15   
rustdoc-args = ["--cfg", "docsrs"]
   16     16   
[dependencies.aws-smithy-types]
   17     17   
path = "../aws-smithy-types"
   18         -
version = "1.4.5"
          18  +
version = "1.4.6"
   19     19   
   20     20   
[dev-dependencies]
   21     21   
proptest = "1"
   22     22   
serde_json = "1.0"

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-json/fuzz/Cargo.toml

@@ -3,3 +40,40 @@
   23     23   
   24     24   
[dependencies]
   25     25   
libfuzzer-sys = "=0.4.7"
   26     26   
   27     27   
[dependencies.aws-smithy-json]
   28     28   
path = ".."
   29     29   
version = "0.62.4"
   30     30   
   31     31   
[dependencies.aws-smithy-types]
   32     32   
path = "../../aws-smithy-types"
   33         -
version = "1.4.5"
          33  +
version = "1.4.6"
   34     34   
   35     35   
[dependencies.serde_json]
   36     36   
version = "1"
   37     37   
features = ["float_roundtrip"]
   38     38   
   39     39   
[workspace]
   40     40   
members = ["."]

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-legacy-http/Cargo.toml

@@ -13,13 +73,73 @@
   33     33   
version = "0.60.19"
   34     34   
   35     35   
[dependencies.aws-smithy-runtime-api]
   36     36   
path = "../aws-smithy-runtime-api"
   37     37   
features = ["client", "http-02x"]
   38     38   
version = "1.11.5"
   39     39   
   40     40   
[dependencies.aws-smithy-types]
   41     41   
path = "../aws-smithy-types"
   42     42   
features = ["byte-stream-poll-next", "http-body-0-4-x"]
   43         -
version = "1.4.5"
          43  +
version = "1.4.6"
   44     44   
   45     45   
[dependencies.http-02x]
   46     46   
package = "http"
   47     47   
version = "0.2.12"
   48     48   
   49     49   
[dependencies.http-1x]
   50     50   
package = "http"
   51     51   
version = "1.3.1"
   52     52   
   53     53   
[dependencies.http-body-04x]

tmp-codegen-diff/aws-sdk/sdk/aws-smithy-mocks/Cargo.toml

@@ -1,1 +45,45 @@
   12     12   
all-features = true
   13     13   
targets = ["x86_64-unknown-linux-gnu"]
   14     14   
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
   15     15   
rustdoc-args = ["--cfg", "docsrs"]
   16     16   
   17     17   
[dependencies]
   18     18   
http = "1.3.1"
   19     19   
   20     20   
[dependencies.aws-smithy-types]
   21     21   
path = "../aws-smithy-types"
   22         -
version = "1.4.5"
          22  +
version = "1.4.6"
   23     23   
   24     24   
[dependencies.aws-smithy-runtime-api]
   25     25   
path = "../aws-smithy-runtime-api"
   26     26   
features = ["client", "http-1x", "test-util"]
   27     27   
version = "1.11.5"
   28     28   
   29     29   
[dependencies.aws-smithy-http-client]
   30     30   
path = "../aws-smithy-http-client"
   31     31   
features = ["test-util"]
   32     32   
version = "1.1.11"