AWS SDK

AWS SDK

rev. 9d2e1543d5fd0aa802943245067232fef14231c1

Files changed:

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

@@ -1,1 +46,45 @@
    1      1   
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2      2   
[package]
    3      3   
name = "aws-smithy-checksums"
    4         -
version = "0.63.2"
           4  +
version = "0.63.3"
    5      5   
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Zelda Hessler <zhessler@amazon.com>"]
    6      6   
description = "Checksum calculation and verification callbacks"
    7      7   
edition = "2021"
    8      8   
license = "Apache-2.0"
    9      9   
repository = "https://github.com/smithy-lang/smithy-rs"
   10     10   
[package.metadata.docs.rs]
   11     11   
all-features = true
   12     12   
targets = ["x86_64-unknown-linux-gnu"]
   13     13   
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
   14     14   
rustdoc-args = ["--cfg", "docsrs"]
   15     15   
   16     16   
[dependencies]
   17     17   
bytes = "1.10.0"
   18     18   
hex = "0.4.3"
   19     19   
http = "0.2.9"
   20     20   
http-body = "0.4.5"
   21     21   
md-5 = "0.10"
   22     22   
pin-project-lite = "0.2.14"
   23     23   
sha1 = "0.10"
   24     24   
sha2 = "0.10"
   25     25   
tracing = "0.1.40"
   26     26   
   27     27   
[dependencies.aws-smithy-http]
   28     28   
path = "../aws-smithy-http"
   29     29   
version = "0.62.1"
   30     30   
   31     31   
[dependencies.aws-smithy-types]
   32     32   
path = "../aws-smithy-types"
   33     33   
version = "1.3.1"
   34     34   
   35     35   
[dependencies.crc-fast]
   36     36   
version = "1.2.1"
   37         -
features = ["optimize_crc32_auto"]
   38     37   
   39     38   
[dev-dependencies]
   40     39   
bytes-utils = "0.1.2"
   41     40   
pretty_assertions = "1.3"
   42     41   
tracing-test = "0.2.1"
   43     42   
   44     43   
[dev-dependencies.tokio]
   45     44   
version = "1.23.1"
   46     45   
features = ["macros", "rt"]

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

@@ -6,6 +66,66 @@
   26     26   
[dependencies.aws-sigv4]
   27     27   
path = "../aws-sigv4"
   28     28   
version = "1.3.2"
   29     29   
   30     30   
[dependencies.aws-smithy-async]
   31     31   
path = "../aws-smithy-async"
   32     32   
version = "1.2.5"
   33     33   
   34     34   
[dependencies.aws-smithy-checksums]
   35     35   
path = "../aws-smithy-checksums"
   36         -
version = "0.63.2"
          36  +
version = "0.63.3"
   37     37   
   38     38   
[dependencies.aws-smithy-eventstream]
   39     39   
path = "../aws-smithy-eventstream"
   40     40   
version = "0.60.8"
   41     41   
   42     42   
[dependencies.aws-smithy-http]
   43     43   
path = "../aws-smithy-http"
   44     44   
features = ["event-stream"]
   45     45   
version = "0.62.1"
   46     46