1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

Bump aws-sigv4 from 0.54.1 to 0.54.2 (#620)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-04-27 02:23:15 +09:00 committed by GitHub
parent 17978ad115
commit c6c8463ac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
Cargo.lock generated
View File

@ -1238,9 +1238,9 @@ dependencies = [
[[package]]
name = "aws-sigv4"
version = "0.54.1"
version = "0.54.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdaf11005b7444e6cd66f600d09861a3aeb6eb89a0f003c7c9820dbab2d15297"
checksum = "86529e7b64d902efea8fff52c1b2529368d04f90305cf632729e3713f6b57dc0"
dependencies = [
"aws-smithy-eventstream",
"aws-smithy-http",
@ -7515,7 +7515,7 @@ version = "1.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
dependencies = [
"cfg-if 1.0.0",
"cfg-if 0.1.10",
"rand 0.8.5",
"static_assertions",
]