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 58ec6c7

Browse files
committedOct 22, 2024··
m
1 parent 1629332 commit 58ec6c7

File tree

1,994 files changed

+60490
-62061
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,994 files changed

+60490
-62061
lines changed
 

‎DynamoDbEncryption/runtimes/rust/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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.5.6"
20-
aws-lc-rs = "1.9.0"
21-
aws-lc-sys = "0.21.2"
22-
aws-sdk-dynamodb = "1.47.0"
23-
aws-sdk-kms = "1.44.0"
19+
aws-config = "1.5.8"
20+
aws-lc-rs = "1.10.0"
21+
aws-lc-sys = "0.22.0"
22+
aws-sdk-dynamodb = "1.50.0"
23+
aws-sdk-kms = "1.47.0"
2424
aws-smithy-runtime-api = {version = "1.7.2", features = ["client"] }
25-
aws-smithy-types = "1.2.6"
25+
aws-smithy-types = "1.2.7"
2626
chrono = "0.4.38"
2727
dafny_runtime = { path = "dafny_runtime_rust"}
2828
dashmap = "6.1.0"
2929
pem = "3.0.4"
30-
tokio = {version = "1.40.0", features = ["full"] }
31-
uuid = { version = "1.10.0", features = ["v4"] }
30+
tokio = {version = "1.41.0", features = ["full"] }
31+
uuid = { version = "1.11.0", features = ["v4"] }
3232

3333
[lib]
3434
path = "src/implementation_from_dafny.rs"

‎DynamoDbEncryption/runtimes/rust/dafny_runtime_rust/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
once_cell = "1.18.0"
8-
num = "0.4"
9-
itertools = "0.11.0"
7+
once_cell = "1.20.2"
8+
num = "0.4.3"
9+
itertools = "0.13.0"

0 commit comments

Comments
 (0)
Please sign in to comment.