Commit edb459f1 authored by Landon James's avatar Landon James
Browse files

Remove optimize_crc32_auto feature from crc-fast

parent b9703dce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -333,7 +333,7 @@ dependencies = [

[[package]]
name = "aws-smithy-checksums"
version = "0.63.2"
version = "0.63.3"
dependencies = [
 "aws-smithy-http",
 "aws-smithy-types",
+2 −2
Original line number Diff line number Diff line
[package]
name = "aws-smithy-checksums"
version = "0.63.2"
version = "0.63.3"
authors = [
    "AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
    "Zelda Hessler <zhessler@amazon.com>",
@@ -16,7 +16,7 @@ repository = "https://github.com/smithy-lang/smithy-rs"
aws-smithy-http = { path = "../aws-smithy-http" }
aws-smithy-types = { path = "../aws-smithy-types" }
bytes = "1.10.0"
crc-fast = { version = "1.2.1", features = ["optimize_crc32_auto"] }
crc-fast = { version = "1.2.1" }
hex = "0.4.3"
http = "0.2.9"
http-body = "0.4.5"