File tree Expand file tree Collapse file tree 5 files changed +33
-26
lines changed
DynamoDbEncryption/runtimes/rust
TestVectors/runtimes/rust Expand file tree Collapse file tree 5 files changed +33
-26
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,21 @@ 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.5.11 "
20
- aws-lc-rs = " 1.12.0 "
21
- aws-lc-sys = " 0.24 .0"
22
- aws-sdk-dynamodb = " 1.56 .0"
23
- aws-sdk-kms = " 1.52 .0"
19
+ aws-config = " 1.5.15 "
20
+ aws-lc-rs = " 1.12.2 "
21
+ aws-lc-sys = " 0.25 .0"
22
+ aws-sdk-dynamodb = " 1.62 .0"
23
+ aws-sdk-kms = " 1.57 .0"
24
24
aws-smithy-runtime-api = {version = " 1.7.3" , features = [" client" ] }
25
- aws-smithy-types = " 1.2.10 "
25
+ aws-smithy-types = " 1.2.12 "
26
26
chrono = " 0.4.39"
27
27
cpu-time = " 1.0.0"
28
28
# dafny-runtime = "0.1.1"
29
29
dafny-runtime = { path = " ../../../releases/rust/db_esdk/dafny_runtime_rust" , features = [" sync" ] }
30
30
dashmap = " 6.1.0"
31
31
pem = " 3.0.4"
32
- tokio = {version = " 1.42 .0" , features = [" full" ] }
33
- uuid = { version = " 1.11.0 " , features = [" v4" ] }
32
+ tokio = {version = " 1.43 .0" , features = [" full" ] }
33
+ uuid = { version = " 1.12.1 " , features = [" v4" ] }
34
34
35
35
[[example ]]
36
36
name = " main"
Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ rust-version = "1.81.0"
6
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
7
8
8
[dependencies ]
9
- aws-config = " 1.5.10 "
10
- aws-lc-rs = " 1.11.1 "
11
- aws-lc-sys = " 0.24 .0"
12
- aws-sdk-dynamodb = " 1.54 .0"
13
- aws-sdk-kms = " 1.50 .0"
9
+ aws-config = " 1.5.15 "
10
+ aws-lc-rs = " 1.12.2 "
11
+ aws-lc-sys = " 0.25 .0"
12
+ aws-sdk-dynamodb = " 1.62 .0"
13
+ aws-sdk-kms = " 1.57 .0"
14
14
aws-smithy-runtime-api = {version = " 1.7.3" , features = [" client" ] }
15
- aws-smithy-types = " 1.2.9 "
16
- chrono = " 0.4.38 "
15
+ aws-smithy-types = " 1.2.12 "
16
+ chrono = " 0.4.39 "
17
17
dafny-runtime = " 0.1.1"
18
18
dashmap = " 6.1.0"
19
19
pem = " 3.0.4"
20
- tokio = {version = " 1.41.1 " , features = [" full" ] }
21
- uuid = { version = " 1.11.0 " , features = [" v4" ] }
20
+ tokio = {version = " 1.43.0 " , features = [" full" ] }
21
+ uuid = { version = " 1.12.1 " , features = [" v4" ] }
Original file line number Diff line number Diff line change
1
+ #! /bin/bash -eu
2
+
3
+ rm -rf test_examples/src
4
+ cp -r examples test_examples/src/
5
+ cd test_examples
6
+ cargo upgrade
7
+ rm -rf src
Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ rust-version = "1.81.0"
7
7
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
8
9
9
[dependencies ]
10
- aws-config = " 1.5.11 "
11
- aws-lc-rs = " 1.12.0 "
12
- aws-lc-sys = " 0.24 .0"
13
- aws-sdk-dynamodb = " 1.56 .0"
14
- aws-sdk-kms = " 1.52 .0"
10
+ aws-config = " 1.5.15 "
11
+ aws-lc-rs = " 1.12.2 "
12
+ aws-lc-sys = " 0.25 .0"
13
+ aws-sdk-dynamodb = " 1.62 .0"
14
+ aws-sdk-kms = " 1.57 .0"
15
15
aws-smithy-runtime-api = {version = " 1.7.3" , features = [" client" ] }
16
- aws-smithy-types = " 1.2.10 "
16
+ aws-smithy-types = " 1.2.12 "
17
17
chrono = " 0.4.39"
18
18
cpu-time = " 1.0.0"
19
19
dafny-runtime = { path = " ../../../releases/rust/db_esdk/dafny_runtime_rust" , features = [" sync" ] }
20
20
dashmap = " 6.1.0"
21
21
pem = " 3.0.4"
22
- tokio = {version = " 1.42 .0" , features = [" full" ] }
23
- uuid = { version = " 1.11.0 " , features = [" v4" ] }
22
+ tokio = {version = " 1.43 .0" , features = [" full" ] }
23
+ uuid = { version = " 1.12.1 " , features = [" v4" ] }
You can’t perform that action at this time.
0 commit comments