Skip to content

Commit 600c21f

Browse files
committed
m
1 parent 1c21a49 commit 600c21f

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

DynamoDbEncryption/runtimes/rust/Cargo.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "aws-db-esdk"
33
version = "0.1.1"
44
edition = "2021"
5-
rust-version = "1.80.0"
5+
rust-version = "1.81.0"
66
keywords = ["cryptography", "security", "dynamodb", "encryption", "client-side"]
77
license = "ISC AND (Apache-2.0 OR ISC)"
88
description = "aws-db-esdk is a library for implementing client side encryption with DynamoDB."
@@ -16,19 +16,19 @@ readme = "README.md"
1616
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1717

1818
[dependencies]
19-
aws-config = "1.5.10"
20-
aws-lc-rs = "1.11.1"
21-
aws-lc-sys = "0.23.1"
22-
aws-sdk-dynamodb = "1.54.0"
23-
aws-sdk-kms = "1.50.0"
19+
aws-config = "1.5.11"
20+
aws-lc-rs = "1.12.0"
21+
aws-lc-sys = "0.22.0"
22+
aws-sdk-dynamodb = "1.56.0"
23+
aws-sdk-kms = "1.52.0"
2424
aws-smithy-runtime-api = {version = "1.7.3", features = ["client"] }
25-
aws-smithy-types = "1.2.9"
26-
chrono = "0.4.38"
25+
aws-smithy-types = "1.2.10"
26+
chrono = "0.4.39"
2727
cpu-time = "1.0.0"
2828
dafny-runtime = "0.1.1"
2929
dashmap = "6.1.0"
3030
pem = "3.0.4"
31-
tokio = {version = "1.41.1", features = ["full"] }
31+
tokio = {version = "1.42.0", features = ["full"] }
3232
uuid = { version = "1.11.0", features = ["v4"] }
3333

3434
[[example]]

TestVectors/runtimes/rust/Cargo.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
name = "aws-db-esdk-test-vectors"
33
version = "0.1.0"
44
edition = "2021"
5-
rust-version = "1.80.0"
5+
rust-version = "1.81.0"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
aws-config = "1.5.10"
11-
aws-lc-rs = "1.11.1"
12-
aws-lc-sys = "0.23.1"
13-
aws-sdk-dynamodb = "1.54.0"
14-
aws-sdk-kms = "1.50.0"
10+
aws-config = "1.5.11"
11+
aws-lc-rs = "1.12.0"
12+
aws-lc-sys = "0.22.0"
13+
aws-sdk-dynamodb = "1.56.0"
14+
aws-sdk-kms = "1.52.0"
1515
aws-smithy-runtime-api = {version = "1.7.3", features = ["client"] }
16-
aws-smithy-types = "1.2.9"
17-
chrono = "0.4.38"
16+
aws-smithy-types = "1.2.10"
17+
chrono = "0.4.39"
1818
cpu-time = "1.0.0"
1919
dafny_runtime = { path = "../../../submodules/MaterialProviders/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust"}
2020
dashmap = "6.1.0"
2121
pem = "3.0.4"
22-
tokio = {version = "1.41.1", features = ["full"] }
22+
tokio = {version = "1.42.0", features = ["full"] }
2323
uuid = { version = "1.11.0", features = ["v4"] }

submodules/smithy-dafny

0 commit comments

Comments
 (0)