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 659e5cc

Browse files
committedDec 2, 2024··
m
1 parent 8042fd3 commit 659e5cc

File tree

68 files changed

+4852
-884
lines changed

Some content is hidden

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

68 files changed

+4852
-884
lines changed
 

‎releases/rust/db_esdk/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ 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.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"
24-
aws-smithy-runtime-api = {version = "1.7.2", features = ["client"] }
25-
aws-smithy-types = "1.2.8"
19+
aws-config = "1.5.10"
20+
aws-lc-rs = "1.11.1"
21+
aws-lc-sys = "0.23.1"
22+
aws-sdk-dynamodb = "1.54.0"
23+
aws-sdk-kms = "1.50.0"
24+
aws-smithy-runtime-api = {version = "1.7.3", features = ["client"] }
25+
aws-smithy-types = "1.2.9"
2626
chrono = "0.4.38"
27-
dafny_runtime = { path = "dafny_runtime_rust"}
27+
dafny_runtime = { "./dafny_runtime_rust"}
2828
dashmap = "6.1.0"
2929
pem = "3.0.4"
30-
tokio = {version = "1.41.0", features = ["full"] }
30+
tokio = {version = "1.41.1", features = ["full"] }
3131
uuid = { version = "1.11.0", features = ["v4"] }
3232

3333
[[example]]

‎releases/rust/db_esdk/dafny_runtime_rust/Makefile

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.