AWS SDK

AWS SDK

rev. e9940ace63840f3512634f90edbaea7eed34b604

Files changed:

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

@@ -1,1 +44,44 @@
    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.60.9"
           4  +
version = "0.60.10"
    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"
   18         -
crc32c = "=0.6.5"
          18  +
crc32c = "=0.6.8"
   19     19   
crc32fast = "1.3"
   20     20   
hex = "0.4.3"
   21     21   
http = "0.2.8"
   22     22   
http-body = "0.4.4"
   23     23   
md-5 = "0.10"
   24     24   
pin-project-lite = "0.2.9"
   25     25   
sha1 = "0.10"
   26     26   
sha2 = "0.10"
   27     27   
tracing = "0.1"
   28     28   

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

@@ -10,10 +70,70 @@
   30     30   
[dependencies.aws-sigv4]
   31     31   
path = "../aws-sigv4"
   32     32   
version = "1.2.2"
   33     33   
   34     34   
[dependencies.aws-smithy-async]
   35     35   
path = "../aws-smithy-async"
   36     36   
version = "1.2.1"
   37     37   
   38     38   
[dependencies.aws-smithy-checksums]
   39     39   
path = "../aws-smithy-checksums"
   40         -
version = "0.60.9"
          40  +
version = "0.60.10"
   41     41   
   42     42   
[dependencies.aws-smithy-eventstream]
   43     43   
path = "../aws-smithy-eventstream"
   44     44   
version = "0.60.4"
   45     45   
   46     46   
[dependencies.aws-smithy-http]
   47     47   
path = "../aws-smithy-http"
   48     48   
features = ["event-stream"]
   49     49   
version = "0.60.8"
   50     50