Skip to content

Commit e350140

Browse files
committed
fix(rust): Update ic-cdk
1 parent 909c582 commit e350140

File tree

8 files changed

+157
-22
lines changed

8 files changed

+157
-22
lines changed

rust/guards/Cargo.lock

Lines changed: 50 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/guards/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ crate-type = ["cdylib"]
88

99
[dependencies]
1010
candid = "0.10"
11-
ic-cdk = "0.13"
11+
ic-cdk = "0.15"
1212
scopeguard = "1.2.0"
1313
serde = "1.0"
1414

1515
[dev-dependencies]
1616
assert_matches = "1.5.0"
17-
pocket-ic = "3.1.0"
17+
pocket-ic = "3.1.0"

rust/parallel_calls/Cargo.lock

Lines changed: 51 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/parallel_calls/src/callee/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
candid = "0.10"
13-
ic-cdk = "0.13"
13+
ic-cdk = "0.15"

rust/parallel_calls/src/caller/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
candid = "0.10"
13-
ic-cdk = "0.13"
13+
ic-cdk = "0.15"
1414
futures = "0.3"

rust/parallel_calls/src/parallel_calls_backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
candid = "0.10"
13-
ic-cdk = "0.13"
13+
ic-cdk = "0.15"
1414
ic-cdk-timers = "0.7" # Feel free to remove this dependency if you don't need timers

rust/threshold-schnorr/Cargo.lock

Lines changed: 50 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/threshold-schnorr/src/schnorr_example_rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ candid = "=0.10.4"
1212
ed25519-dalek = "2.1"
1313
getrandom = { version = "0.2", features = ["custom"] }
1414
hex = "0.4"
15-
ic-cdk = "0.13"
15+
ic-cdk = "0.15"
1616
k256 = { git = "https://github.com/altkdf/elliptic-curves", branch = "schnorr_canister", features = ["schnorr"] }
1717
sha2 = "0.10"
1818
serde = "1.0"

0 commit comments

Comments
 (0)