1
0
mirror of https://github.com/actix/examples synced 2025-04-22 08:34:52 +02:00

Merge pull request #1039 from actix/dependabot/cargo/aws-fbef572a00

chore(deps): bump the aws group with 2 updates
This commit is contained in:
Rob Ede 2025-04-03 16:36:01 +00:00 committed by GitHub
commit 90fb0e4f5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

38
Cargo.lock generated
View File

@ -1131,9 +1131,9 @@ dependencies = [
[[package]]
name = "aws-config"
version = "1.6.0"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a84fe2c5e9965fba0fbc2001db252f1d57527d82a905cca85127df227bca748"
checksum = "8c39646d1a6b51240a1a23bb57ea4eebede7e16fbc237fdc876980233dcecb4f"
dependencies = [
"aws-credential-types",
"aws-runtime",
@ -1222,9 +1222,9 @@ dependencies = [
[[package]]
name = "aws-sdk-s3"
version = "1.79.0"
version = "1.81.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f63ba8f5fca32061c7d62d866ef65470edde38d4c5f8a0ebb8ff40a0521e1c"
checksum = "fb2ea66273123dbffd673dc7a2a04184cdd0c77f81d5c919bd6a4f4733a75094"
dependencies = [
"aws-credential-types",
"aws-runtime",
@ -1257,9 +1257,9 @@ dependencies = [
[[package]]
name = "aws-sdk-sso"
version = "1.62.0"
version = "1.64.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d5330ad4e8a1ff49e9f26b738611caa72b105c41d41733801d1a36e8f9de936"
checksum = "02d4bdb0e5f80f0689e61c77ab678b2b9304af329616af38aef5b6b967b8e736"
dependencies = [
"aws-credential-types",
"aws-runtime",
@ -1271,6 +1271,7 @@ dependencies = [
"aws-smithy-types",
"aws-types",
"bytes",
"fastrand",
"http 0.2.12",
"once_cell",
"regex-lite",
@ -1279,9 +1280,9 @@ dependencies = [
[[package]]
name = "aws-sdk-ssooidc"
version = "1.63.0"
version = "1.65.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7956b1a85d49082347a7d17daa2e32df191f3e23c03d47294b99f95413026a78"
checksum = "acbbb3ce8da257aedbccdcb1aadafbbb6a5fe9adf445db0e1ea897bdc7e22d08"
dependencies = [
"aws-credential-types",
"aws-runtime",
@ -1293,6 +1294,7 @@ dependencies = [
"aws-smithy-types",
"aws-types",
"bytes",
"fastrand",
"http 0.2.12",
"once_cell",
"regex-lite",
@ -1301,9 +1303,9 @@ dependencies = [
[[package]]
name = "aws-sdk-sts"
version = "1.63.0"
version = "1.65.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "065c533fbe6f84962af33fcf02b0350b7c1f79285baab5924615d2be3b232855"
checksum = "96a78a8f50a1630db757b60f679c8226a8a70ee2ab5f5e6e51dc67f6c61c7cfd"
dependencies = [
"aws-credential-types",
"aws-runtime",
@ -1316,6 +1318,7 @@ dependencies = [
"aws-smithy-types",
"aws-smithy-xml",
"aws-types",
"fastrand",
"http 0.2.12",
"once_cell",
"regex-lite",
@ -1454,6 +1457,16 @@ dependencies = [
"aws-smithy-types",
]
[[package]]
name = "aws-smithy-observability"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "445d065e76bc1ef54963db400319f1dd3ebb3e0a74af20f7f7630625b0cc7cc0"
dependencies = [
"aws-smithy-runtime-api",
"once_cell",
]
[[package]]
name = "aws-smithy-query"
version = "0.60.7"
@ -1466,13 +1479,14 @@ dependencies = [
[[package]]
name = "aws-smithy-runtime"
version = "1.8.0"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6328865e36c6fd970094ead6b05efd047d3a80ec5fc3be5e743910da9f2ebf8"
checksum = "0152749e17ce4d1b47c7747bdfec09dac1ccafdcbc741ebf9daa2a373356730f"
dependencies = [
"aws-smithy-async",
"aws-smithy-http",
"aws-smithy-http-client",
"aws-smithy-observability",
"aws-smithy-runtime-api",
"aws-smithy-types",
"bytes",