File tree 2 files changed +21
-21
lines changed
DynamoDbEncryption/runtimes/rust
TestVectors/runtimes/rust
2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,19 @@ readme = "README.md"
16
16
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
17
17
18
18
[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 "
27
27
cpu-time = " 1.0.0"
28
28
dafny_runtime = { path = " ../../../submodules/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust" , features = [" sync" ," small-int" ] }
29
29
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" ] }
32
32
uuid = { version = " 1.16.0" , features = [" v4" ] }
33
33
34
34
[[example ]]
Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ default = ["wrapped-client"]
11
11
wrapped-client = []
12
12
13
13
[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 "
22
22
cpu-time = " 1.0.0"
23
23
dafny_runtime = { path = " ../../../submodules/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust" , features = [" sync" ," small-int" ] }
24
24
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" ] }
You can’t perform that action at this time.
0 commit comments