Skip to content

Commit 64e053b

Browse files
author
Shubham Chaturvedi
committed
fix: CI
1 parent e1e15bc commit 64e053b

File tree

2 files changed

+5
-2
lines changed
  • DynamoDbEncryption/runtimes

2 files changed

+5
-2
lines changed

DynamoDbEncryption/runtimes/java/src/test/java/software/amazon/cryptography/dbencryptionsdk/dynamodb/TestUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class TestUtils {
3434
public static final String TEST_KEY_STORE_KMS_KEY =
3535
"arn:aws:kms:us-west-2:370957321024:key/9d989aa2-2f9c-438c-a745-cc57d3ad0126";
3636
public static final String BRANCH_KEY_ID =
37-
"75789115-1deb-4fe3-a2ec-be9e885d1945";
37+
"3f43a9af-08c5-4317-b694-3d3e883dcaef";
3838
public static final String ALTERNATE_BRANCH_KEY_ID =
3939
"4bb57643-07c1-419e-92ad-0df0df149d7c";
4040

DynamoDbEncryption/runtimes/rust/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,14 @@ aws-smithy-runtime-api = {version = "1.7.3", features = ["client"] }
2525
aws-smithy-types = "1.2.10"
2626
chrono = "0.4.39"
2727
cpu-time = "1.0.0"
28-
dafny-runtime = "0.1.1"
28+
dafny-runtime = "0.2.0"
2929
dashmap = "6.1.0"
3030
pem = "3.0.4"
3131
tokio = {version = "1.42.0", features = ["full"] }
3232
uuid = { version = "1.11.0", features = ["v4"] }
3333

3434
[[example]]
3535
name = "main"
36+
37+
[lints.rust]
38+
deprecated = "allow"

0 commit comments

Comments
 (0)