File tree Expand file tree Collapse file tree 2 files changed +21
-21
lines changed
DynamoDbEncryption/runtimes/rust
TestVectors/runtimes/rust Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Original file line number Diff line number Diff 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 "
2727cpu-time = " 1.0.0"
2828dafny_runtime = { path = " ../../../submodules/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust" , features = [" sync" ," small-int" ] }
2929dashmap = " 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" ] }
3232uuid = { version = " 1.16.0" , features = [" v4" ] }
3333
3434[[example ]]
Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ default = ["wrapped-client"]
1111wrapped-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 "
2222cpu-time = " 1.0.0"
2323dafny_runtime = { path = " ../../../submodules/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust" , features = [" sync" ," small-int" ] }
2424dashmap = " 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" ] }
You can’t perform that action at this time.
0 commit comments