Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dc551b2

Browse files
committedApr 14, 2025··
m
1 parent cf528f5 commit dc551b2

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed
 

‎DynamoDbEncryption/runtimes/rust/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ 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.15"
19+
aws-config = "1.6.0"
2020
aws-lc-rs = "1.12.2"
2121
aws-lc-sys = "0.25.0"
22-
aws-sdk-dynamodb = "1.62.0"
23-
aws-sdk-kms = "1.57.0"
24-
aws-smithy-runtime-api = {version = "1.7.3", features = ["client"] }
25-
aws-smithy-types = "1.2.12"
26-
chrono = "0.4.39"
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"
2727
cpu-time = "1.0.0"
28-
dafny_runtime = { path = "../../../submodules/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust", features = ["sync"] }
28+
dafny_runtime = { path = "../../../submodules/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust", features = ["sync","small-int"] }
2929
dashmap = "6.1.0"
3030
pem = "3.0.4"
31-
tokio = {version = "1.43.0", features = ["full"] }
32-
uuid = { version = "1.12.1", features = ["v4"] }
31+
tokio = {version = "1.44.1", features = ["full"] }
32+
uuid = { version = "1.16.0", features = ["v4"] }
3333

3434
[[example]]
3535
name = "main"

‎TestVectors/runtimes/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ aws-smithy-runtime-api = {version = "1.7.3", features = ["client"] }
1616
aws-smithy-types = "1.2.12"
1717
chrono = "0.4.39"
1818
cpu-time = "1.0.0"
19-
dafny_runtime = { path = "../../../submodules/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust", features = ["sync"] }
19+
dafny_runtime = { path = "../../../submodules/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust", features = ["sync","small-int"] }
2020
dashmap = "6.1.0"
2121
pem = "3.0.4"
2222
tokio = {version = "1.43.0", features = ["full"] }

‎submodules/smithy-dafny

0 commit comments

Comments
 (0)
Please sign in to comment.