Skip to content

Commit b4f35c0

Browse files
committed
m
1 parent b45e132 commit b4f35c0

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

DynamoDbEncryption/runtimes/rust/Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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.6.0"
20-
aws-lc-rs = "1.12.2"
21-
aws-lc-sys = "0.25.0"
22-
aws-sdk-dynamodb = "1.69.0"
23-
aws-sdk-kms = "1.63.0"
24-
aws-smithy-runtime-api = {version = "1.7.4", features = ["client"] }
25-
aws-smithy-types = "1.3.0"
26-
chrono = "0.4.40"
19+
aws-config = "1.6.2"
20+
aws-lc-rs = "1.13.0"
21+
aws-lc-sys = "0.28.2"
22+
aws-sdk-dynamodb = "1.73.0"
23+
aws-sdk-kms = "1.67.0"
24+
aws-smithy-runtime-api = {version = "1.8.0", features = ["client"] }
25+
aws-smithy-types = "1.3.1"
26+
chrono = "0.4.41"
2727
cpu-time = "1.0.0"
2828
dafny_runtime = { path = "../../../submodules/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust", features = ["sync","small-int"] }
2929
dashmap = "6.1.0"
30-
pem = "3.0.4"
31-
tokio = {version = "1.44.1", features = ["full"] }
30+
pem = "3.0.5"
31+
tokio = {version = "1.45.0", features = ["full"] }
3232
uuid = { version = "1.16.0", features = ["v4"] }
3333

3434
[[example]]

TestVectors/runtimes/rust/Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ default = ["wrapped-client"]
1111
wrapped-client = []
1212

1313
[dependencies]
14-
aws-config = "1.5.15"
15-
aws-lc-rs = "1.12.2"
16-
aws-lc-sys = "0.25.0"
17-
aws-sdk-dynamodb = "1.62.0"
18-
aws-sdk-kms = "1.57.0"
19-
aws-smithy-runtime-api = {version = "1.7.3", features = ["client"] }
20-
aws-smithy-types = "1.2.12"
21-
chrono = "0.4.39"
14+
aws-config = "1.6.2"
15+
aws-lc-rs = "1.13.0"
16+
aws-lc-sys = "0.28.2"
17+
aws-sdk-dynamodb = "1.73.0"
18+
aws-sdk-kms = "1.67.0"
19+
aws-smithy-runtime-api = {version = "1.8.0", features = ["client"] }
20+
aws-smithy-types = "1.3.1"
21+
chrono = "0.4.41"
2222
cpu-time = "1.0.0"
2323
dafny_runtime = { path = "../../../submodules/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust", features = ["sync","small-int"] }
2424
dashmap = "6.1.0"
25-
pem = "3.0.4"
26-
tokio = {version = "1.43.0", features = ["full"] }
27-
uuid = { version = "1.12.1", features = ["v4"] }
25+
pem = "3.0.5"
26+
tokio = {version = "1.45.0", features = ["full"] }
27+
uuid = { version = "1.16.0", features = ["v4"] }

0 commit comments

Comments
 (0)