Skip to content

Commit

Permalink
chore: Bump ic_cdk version (#3939)
Browse files Browse the repository at this point in the history
ic-cdk version 0.17 adds a variant in `LogVisibility`, which leads to a
breaking change in the ckbtc, cketh and ledger suite candid files. Since
the backwards incompatible change is acceptable (confirmed by
@gregorydemay), I am disabling the `CI_OVERRIDE_DIDC_CHECK` for this PR.

---------

Co-authored-by: IDX GitHub Automation <[email protected]>
  • Loading branch information
michael-weigelt and IDX GitHub Automation authored Feb 14, 2025
1 parent cba557d commit 6612119
Show file tree
Hide file tree
Showing 12 changed files with 195 additions and 719 deletions.
300 changes: 49 additions & 251 deletions Cargo.Bazel.Fuzzing.json.lock

Large diffs are not rendered by default.

95 changes: 27 additions & 68 deletions Cargo.Bazel.Fuzzing.toml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3289,10 +3289,10 @@ dependencies = [
"ic-canister-log",
"ic-canister-sig-creation",
"ic-cbor",
"ic-cdk 0.16.0",
"ic-cdk 0.17.1",
"ic-cdk 0.18.0-alpha.1",
"ic-cdk-macros 0.17.1",
"ic-cdk-macros 0.18.0-alpha.1",
"ic-cdk-macros 0.9.0",
"ic-cdk-timers",
"ic-certificate-verification",
"ic-certification 3.0.2",
Expand Down Expand Up @@ -3466,7 +3466,7 @@ dependencies = [
"test-strategy",
"tester",
"textplots",
"thiserror 2.0.3",
"thiserror 2.0.11",
"thousands",
"threadpool",
"tikv-jemalloc-ctl",
Expand Down Expand Up @@ -4096,17 +4096,17 @@ dependencies = [

[[package]]
name = "evm_rpc_types"
version = "1.2.0"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29ed9ee7b89726f4a343208e9a89e9ad22fe7b4518b0d722973cc83274e7bf7f"
checksum = "fa134314bce7c35b9214710572fb7305edc7f4223c5bd03b5857ed08bbb05897"
dependencies = [
"candid",
"hex",
"ic-cdk 0.16.0",
"ic-cdk 0.17.1",
"num-bigint 0.4.6",
"serde",
"strum 0.26.3",
"thiserror 1.0.68",
"thiserror 2.0.11",
"url",
]

Expand Down Expand Up @@ -5274,7 +5274,7 @@ dependencies = [
"sha2 0.10.8",
"simple_asn1",
"stop-token",
"thiserror 2.0.3",
"thiserror 2.0.11",
"time",
"tokio",
"tower-service",
Expand Down Expand Up @@ -5330,7 +5330,7 @@ dependencies = [
"strum 0.26.3",
"strum_macros 0.26.4",
"systemstat",
"thiserror 2.0.3",
"thiserror 2.0.11",
"tokio",
"tokio-io-timeout",
"tokio-rustls 0.26.0",
Expand Down Expand Up @@ -5373,15 +5373,15 @@ source = "git+https://github.com/dfinity/ic-canister-sig-creation?rev=7f9e931954
dependencies = [
"candid",
"hex",
"ic-cdk 0.17.0",
"ic-cdk 0.17.1",
"ic-certification 3.0.2",
"ic-representation-independent-hash",
"lazy_static",
"serde",
"serde_bytes",
"serde_cbor",
"sha2 0.10.8",
"thiserror 2.0.3",
"thiserror 2.0.11",
]

[[package]]
Expand Down Expand Up @@ -5412,25 +5412,12 @@ dependencies = [

[[package]]
name = "ic-cdk"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8ecacd682fa05a985253592963306cb9799622d7b1cce4b1edb89c6ec85be1"
dependencies = [
"candid",
"ic-cdk-macros 0.16.0",
"ic0 0.23.0",
"serde",
"serde_bytes",
]

[[package]]
name = "ic-cdk"
version = "0.17.0"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2abdf9341da9f9f6b451a40609cb69645a05a8e9eb7784c16209f16f2c0f76f"
checksum = "122efbcb0af5280d408a75a57b7dc6e9d92893bf6ed9cc98fe4dcff51f18b67c"
dependencies = [
"candid",
"ic-cdk-macros 0.17.0",
"ic-cdk-macros 0.17.1",
"ic0 0.23.0",
"serde",
"serde_bytes",
Expand All @@ -5446,7 +5433,7 @@ dependencies = [
"ic0 0.24.0-alpha.1",
"serde",
"serde_bytes",
"thiserror 2.0.3",
"thiserror 2.0.11",
]

[[package]]
Expand All @@ -5465,37 +5452,9 @@ dependencies = [

[[package]]
name = "ic-cdk-macros"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fde5ca6ef1e69825c68916ff1bf7256b8f7ed69ac5ea3f1756f6e57f1503e27"
dependencies = [
"candid",
"proc-macro2",
"quote",
"serde",
"serde_tokenstream 0.1.7",
"syn 1.0.109",
]

[[package]]
name = "ic-cdk-macros"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d4d857135deef20cc7ea8f3869a30cd9cfeb1392b3a81043790b2cd82adc3e0"
dependencies = [
"candid",
"proc-macro2",
"quote",
"serde",
"serde_tokenstream 0.2.1",
"syn 2.0.87",
]

[[package]]
name = "ic-cdk-macros"
version = "0.17.0"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8df41980e95dead28735ab0f748c75477b0c5eab37a09a5641c78ec406a1db0"
checksum = "c792bf0d1621c893ccf2bcdeac4ee70121103a03030a1827031a6b3c60488944"
dependencies = [
"candid",
"proc-macro2",
Expand Down Expand Up @@ -5525,7 +5484,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb8fd812a9e26f6aa00594546f8fbf4d4853f39c3ba794c8ff11ecf86fd3c9e4"
dependencies = [
"futures",
"ic-cdk 0.17.0",
"ic-cdk 0.17.1",
"ic0 0.23.0",
"serde",
"serde_bytes",
Expand Down Expand Up @@ -5633,7 +5592,7 @@ dependencies = [
"pkcs11",
"sha2 0.10.8",
"simple_asn1",
"thiserror 2.0.3",
"thiserror 2.0.11",
]

[[package]]
Expand Down Expand Up @@ -5749,7 +5708,7 @@ dependencies = [
"serde_cbor",
"serde_repr",
"sha2 0.10.8",
"thiserror 2.0.3",
"thiserror 2.0.11",
]

[[package]]
Expand All @@ -5769,7 +5728,7 @@ dependencies = [
"sha2 0.10.8",
"strum 0.26.3",
"strum_macros 0.26.4",
"thiserror 2.0.3",
"thiserror 2.0.11",
"time",
"tokio",
]
Expand Down Expand Up @@ -10244,7 +10203,7 @@ dependencies = [
"ring 0.17.7",
"serde",
"serde_json",
"thiserror 2.0.3",
"thiserror 2.0.11",
"webpki-roots 0.26.1",
"x509-parser",
]
Expand Down Expand Up @@ -11801,11 +11760,11 @@ dependencies = [

[[package]]
name = "thiserror"
version = "2.0.3"
version = "2.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa"
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
dependencies = [
"thiserror-impl 2.0.3",
"thiserror-impl 2.0.11",
]

[[package]]
Expand All @@ -11821,9 +11780,9 @@ dependencies = [

[[package]]
name = "thiserror-impl"
version = "2.0.3"
version = "2.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568"
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
dependencies = [
"proc-macro2",
"quote",
Expand Down
Loading

0 comments on commit 6612119

Please sign in to comment.