Skip to content

Commit cae5721

Browse files
committed
m
1 parent cc553d4 commit cae5721

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

DynamoDbEncryption/runtimes/rust/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aws-db-esdk"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55
rust-version = "1.81.0"
66
keywords = ["cryptography", "security", "dynamodb", "encryption", "client-side"]
@@ -17,8 +17,8 @@ readme = "README.md"
1717

1818
[dependencies]
1919
aws-config = "1.6.2"
20-
aws-lc-rs = "1.13.0"
21-
aws-lc-sys = "0.28.2"
20+
aws-lc-rs = "1.13.1"
21+
aws-lc-sys = "0.29.0"
2222
aws-sdk-dynamodb = "1.73.0"
2323
aws-sdk-kms = "1.67.0"
2424
aws-smithy-runtime-api = {version = "1.8.0", features = ["client"] }

TestVectors/runtimes/rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ wrapped-client = []
1212

1313
[dependencies]
1414
aws-config = "1.6.2"
15-
aws-lc-rs = "1.13.0"
16-
aws-lc-sys = "0.28.2"
15+
aws-lc-rs = "1.13.1"
16+
aws-lc-sys = "0.29.0"
1717
aws-sdk-dynamodb = "1.73.0"
1818
aws-sdk-kms = "1.67.0"
1919
aws-smithy-runtime-api = {version = "1.8.0", features = ["client"] }

releases/rust/db_esdk/dafny_runtime_rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dafny_runtime"
3-
version = "0.1.0"
3+
version = "0.3.0"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)