Skip to content

Commit

Permalink
Update Rust crate candid to 0.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent a55dfce commit b5c1c85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/canisters/my_example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]
[dependencies]
ic-cdk = "0.3.3"
ic-cdk-macros = "0.3.3"
candid = "0.7.10"
candid = "0.10.8"
serde = "1.0.133"
serde_bytes = "0.11"
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/ic_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
ic-cdk = "0.3.3"
ic-cdk-macros = "0.3.3"
candid = "0.7.10"
candid = "0.10.8"
serde = "1.0.133"
serde_bytes = "0.11"
anyhow = "1.0.52"
Expand Down
2 changes: 1 addition & 1 deletion src/ic_test_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
ic-cdk = "0.3.3"
ic-cdk-macros = "0.3.3"
candid = "0.7.10"
candid = "0.10.8"
serde = "1.0.133"
serde_bytes = "0.11"
ic_common = { path = "../ic_common" }
Expand Down

0 comments on commit b5c1c85

Please sign in to comment.