Skip to content

Commit

Permalink
Update ic-response-verification library
Browse files Browse the repository at this point in the history
The update removes the dependency on candid 0.8.
In addition there is a breaking change on the interface making
misusing the library harder.
  • Loading branch information
Frederik Rothenberger committed Aug 7, 2023
1 parent 03e4d47 commit b05d661
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 157 deletions.
175 changes: 25 additions & 150 deletions 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 src/canister_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ internet_identity_interface = { path = "../internet_identity_interface" }
# All IC deps
candid = "0.9"
ic-cdk = "0.10"
ic-representation-independent-hash = "0.3"
ic-representation-independent-hash = "1.0"
2 changes: 1 addition & 1 deletion src/internet_identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ candid = { version = "0.9", features = ["parser"] }
canister_tests = { path = "../canister_tests" }
hex-literal = "0.4"
regex = "1.5"
ic-response-verification = "0.3"
ic-response-verification = "1.0"


[features]
Expand Down
Loading

0 comments on commit b05d661

Please sign in to comment.