File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
DynamoDbEncryption/runtimes/rust
TestVectors/runtimes/rust Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ aws-sdk-kms = "1.50.0"
24
24
aws-smithy-runtime-api = {version = " 1.7.3" , features = [" client" ] }
25
25
aws-smithy-types = " 1.2.9"
26
26
chrono = " 0.4.38"
27
+ cpu-time = " 1.0.0"
27
28
dafny-runtime = " 0.1.1"
28
29
dashmap = " 6.1.0"
29
30
pem = " 3.0.4"
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ aws-sdk-kms = "1.50.0"
15
15
aws-smithy-runtime-api = {version = " 1.7.3" , features = [" client" ] }
16
16
aws-smithy-types = " 1.2.9"
17
17
chrono = " 0.4.38"
18
+ cpu-time = " 1.0.0"
18
19
dafny_runtime = { path = " ../../../submodules/MaterialProviders/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust" }
19
20
dashmap = " 6.1.0"
20
21
pem = " 3.0.4"
You can’t perform that action at this time.
0 commit comments