Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aws/rust-runtime/aws-sigv4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aws-sigv4"
version = "1.2.1"
version = "1.2.2"
authors = ["AWS Rust SDK Team <[email protected]>", "David Barsky <[email protected]>"]
description = "SigV4 signer for HTTP requests and Event Stream messages."
edition = "2021"
Expand Down Expand Up @@ -29,7 +29,7 @@ hmac = "0.12"
http0 = { version = "0.2", optional = true, package = "http" }
http = { version = "1", optional = true }
once_cell = "1.8"
p256 = { version = "0.11", features = ["ecdsa"], optional = true }
p256 = { version = "0.10", features = ["ecdsa"], optional = true }
percent-encoding = { version = "2.1", optional = true }
ring = { version = "0.17.5", optional = true }
sha2 = "0.10"
Expand Down