Skip to content

Commit

Permalink
fix(rust): Update ic-cdk
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdivine committed Sep 3, 2024
1 parent 909c582 commit e350140
Show file tree
Hide file tree
Showing 8 changed files with 157 additions and 22 deletions.
55 changes: 50 additions & 5 deletions rust/guards/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rust/guards/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ crate-type = ["cdylib"]

[dependencies]
candid = "0.10"
ic-cdk = "0.13"
ic-cdk = "0.15"
scopeguard = "1.2.0"
serde = "1.0"

[dev-dependencies]
assert_matches = "1.5.0"
pocket-ic = "3.1.0"
pocket-ic = "3.1.0"
57 changes: 51 additions & 6 deletions rust/parallel_calls/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/parallel_calls/src/callee/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ crate-type = ["cdylib"]

[dependencies]
candid = "0.10"
ic-cdk = "0.13"
ic-cdk = "0.15"
2 changes: 1 addition & 1 deletion rust/parallel_calls/src/caller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ crate-type = ["cdylib"]

[dependencies]
candid = "0.10"
ic-cdk = "0.13"
ic-cdk = "0.15"
futures = "0.3"
2 changes: 1 addition & 1 deletion rust/parallel_calls/src/parallel_calls_backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ crate-type = ["cdylib"]

[dependencies]
candid = "0.10"
ic-cdk = "0.13"
ic-cdk = "0.15"
ic-cdk-timers = "0.7" # Feel free to remove this dependency if you don't need timers
55 changes: 50 additions & 5 deletions rust/threshold-schnorr/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/threshold-schnorr/src/schnorr_example_rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ candid = "=0.10.4"
ed25519-dalek = "2.1"
getrandom = { version = "0.2", features = ["custom"] }
hex = "0.4"
ic-cdk = "0.13"
ic-cdk = "0.15"
k256 = { git = "https://github.com/altkdf/elliptic-curves", branch = "schnorr_canister", features = ["schnorr"] }
sha2 = "0.10"
serde = "1.0"
Expand Down

0 comments on commit e350140

Please sign in to comment.