Skip to content

Commit b0a97e0

Browse files
authored
chore: update MPL (#1519)
1 parent 12bbfbf commit b0a97e0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

DynamoDbEncryption/runtimes/rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ readme = "README.md"
1818
[dependencies]
1919
aws-config = "1.5.11"
2020
aws-lc-rs = "1.12.0"
21-
aws-lc-sys = "0.22.0"
21+
aws-lc-sys = "0.24.0"
2222
aws-sdk-dynamodb = "1.56.0"
2323
aws-sdk-kms = "1.52.0"
2424
aws-smithy-runtime-api = {version = "1.7.3", features = ["client"] }

DynamoDbEncryption/runtimes/rust/test_examples/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "aws-db-esdk-examples"
33
edition = "2021"
4-
rust-version = "1.80.0"
4+
rust-version = "1.81.0"
55

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

88
[dependencies]
99
aws-config = "1.5.10"
1010
aws-lc-rs = "1.11.1"
11-
aws-lc-sys = "0.23.1"
11+
aws-lc-sys = "0.24.0"
1212
aws-sdk-dynamodb = "1.54.0"
1313
aws-sdk-kms = "1.50.0"
1414
aws-smithy-runtime-api = {version = "1.7.3", features = ["client"] }

TestVectors/runtimes/rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rust-version = "1.81.0"
99
[dependencies]
1010
aws-config = "1.5.11"
1111
aws-lc-rs = "1.12.0"
12-
aws-lc-sys = "0.22.0"
12+
aws-lc-sys = "0.24.0"
1313
aws-sdk-dynamodb = "1.56.0"
1414
aws-sdk-kms = "1.52.0"
1515
aws-smithy-runtime-api = {version = "1.7.3", features = ["client"] }

0 commit comments

Comments
 (0)