Skip to content

Commit 2949c97

Browse files
stiegercIDX GitHub Automation
andauthored
chore: Revert ic-cdk to 0.17.2 (#5139)
This is a full revert of the [bump of ic-cdk to 0.18.0](#5005). Mixing version 0.18.x with 0.17.x caused unexpected issues; this is [not possible anymore](https://github.com/dfinity/cdk-rs/blob/links-pin/TROUBLESHOOTING.md). With the exception of message routing related testing canisters, which need a version without this check to test bounded wait call related code, this means that the monorepo must be upgrade all at once. --------- Co-authored-by: IDX GitHub Automation <[email protected]>
1 parent afa56c9 commit 2949c97

File tree

163 files changed

+617
-442
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+617
-442
lines changed

Cargo.Bazel.Fuzzing.json.lock

Lines changed: 100 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "b3c512c2dba1d529cab0e1bfd89fd7ad4055f87d9be3eaf89996b69237dfb932",
2+
"checksum": "dea952c199281cb71ae2282f9636747322843f29e593a9cddd7a67aa5789279c",
33
"crates": {
44
"abnf 0.12.0": {
55
"name": "abnf",
@@ -20320,13 +20320,13 @@
2032020320
"target": "ic_cbor"
2032120321
},
2032220322
{
20323-
"id": "ic-cdk 0.17.1",
20324-
"target": "ic_cdk",
20325-
"alias": "ic_cdk_0_17_1"
20323+
"id": "ic-cdk 0.17.2",
20324+
"target": "ic_cdk"
2032620325
},
2032720326
{
2032820327
"id": "ic-cdk 0.18.0",
20329-
"target": "ic_cdk"
20328+
"target": "ic_cdk",
20329+
"alias": "ic_cdk_next"
2033020330
},
2033120331
{
2033220332
"id": "ic-cdk-timers 0.11.0",
@@ -21237,13 +21237,13 @@
2123721237
"target": "educe"
2123821238
},
2123921239
{
21240-
"id": "ic-cdk-macros 0.17.1",
21241-
"target": "ic_cdk_macros",
21242-
"alias": "ic_cdk_macros_0_17_1"
21240+
"id": "ic-cdk-macros 0.17.2",
21241+
"target": "ic_cdk_macros"
2124321242
},
2124421243
{
2124521244
"id": "ic-cdk-macros 0.18.0",
21246-
"target": "ic_cdk_macros"
21245+
"target": "ic_cdk_macros",
21246+
"alias": "ic_cdk_macros_next"
2124721247
},
2124821248
{
2124921249
"id": "indoc 1.0.9",
@@ -24774,7 +24774,7 @@
2477424774
"target": "hex"
2477524775
},
2477624776
{
24777-
"id": "ic-cdk 0.17.1",
24777+
"id": "ic-cdk 0.17.2",
2477824778
"target": "ic_cdk"
2477924779
},
2478024780
{
@@ -32413,7 +32413,7 @@
3241332413
"target": "hex"
3241432414
},
3241532415
{
32416-
"id": "ic-cdk 0.17.1",
32416+
"id": "ic-cdk 0.17.2",
3241732417
"target": "ic_cdk"
3241832418
},
3241932419
{
@@ -32591,14 +32591,14 @@
3259132591
],
3259232592
"license_file": "LICENSE"
3259332593
},
32594-
"ic-cdk 0.17.1": {
32594+
"ic-cdk 0.17.2": {
3259532595
"name": "ic-cdk",
32596-
"version": "0.17.1",
32596+
"version": "0.17.2",
3259732597
"package_url": "https://github.com/dfinity/cdk-rs",
3259832598
"repository": {
3259932599
"Http": {
32600-
"url": "https://static.crates.io/crates/ic-cdk/0.17.1/download",
32601-
"sha256": "122efbcb0af5280d408a75a57b7dc6e9d92893bf6ed9cc98fe4dcff51f18b67c"
32600+
"url": "https://static.crates.io/crates/ic-cdk/0.17.2/download",
32601+
"sha256": "95a7344f41493cbf591f13ae9f90181076f808a83af799815c3074b19c693d2e"
3260232602
}
3260332603
},
3260432604
"targets": [
@@ -32626,6 +32626,10 @@
3262632626
"id": "candid 0.10.13",
3262732627
"target": "candid"
3262832628
},
32629+
{
32630+
"id": "ic-cdk-executor 0.1.0",
32631+
"target": "ic_cdk_executor"
32632+
},
3262932633
{
3263032634
"id": "ic0 0.23.0",
3263132635
"target": "ic0"
@@ -32645,13 +32649,13 @@
3264532649
"proc_macro_deps": {
3264632650
"common": [
3264732651
{
32648-
"id": "ic-cdk-macros 0.17.1",
32652+
"id": "ic-cdk-macros 0.17.2",
3264932653
"target": "ic_cdk_macros"
3265032654
}
3265132655
],
3265232656
"selects": {}
3265332657
},
32654-
"version": "0.17.1"
32658+
"version": "0.17.2"
3265532659
},
3265632660
"license": "Apache-2.0",
3265732661
"license_ids": [
@@ -32743,6 +32747,77 @@
3274332747
],
3274432748
"license_file": "LICENSE"
3274532749
},
32750+
"ic-cdk-executor 0.1.0": {
32751+
"name": "ic-cdk-executor",
32752+
"version": "0.1.0",
32753+
"package_url": "https://github.com/dfinity/cdk-rs",
32754+
"repository": {
32755+
"Http": {
32756+
"url": "https://static.crates.io/crates/ic-cdk-executor/0.1.0/download",
32757+
"sha256": "903057edd3d4ff4b3fe44a64eaee1ceb73f579ba29e3ded372b63d291d7c16c2"
32758+
}
32759+
},
32760+
"targets": [
32761+
{
32762+
"Library": {
32763+
"crate_name": "ic_cdk_executor",
32764+
"crate_root": "src/lib.rs",
32765+
"srcs": {
32766+
"allow_empty": true,
32767+
"include": [
32768+
"**/*.rs"
32769+
]
32770+
}
32771+
}
32772+
},
32773+
{
32774+
"BuildScript": {
32775+
"crate_name": "build_script_build",
32776+
"crate_root": "build.rs",
32777+
"srcs": {
32778+
"allow_empty": true,
32779+
"include": [
32780+
"**/*.rs"
32781+
]
32782+
}
32783+
}
32784+
}
32785+
],
32786+
"library_target_name": "ic_cdk_executor",
32787+
"common_attrs": {
32788+
"compile_data_glob": [
32789+
"**"
32790+
],
32791+
"deps": {
32792+
"common": [
32793+
{
32794+
"id": "ic-cdk-executor 0.1.0",
32795+
"target": "build_script_build"
32796+
}
32797+
],
32798+
"selects": {}
32799+
},
32800+
"edition": "2021",
32801+
"version": "0.1.0"
32802+
},
32803+
"build_script_attrs": {
32804+
"compile_data_glob": [
32805+
"**"
32806+
],
32807+
"compile_data_glob_excludes": [
32808+
"**/*.rs"
32809+
],
32810+
"data_glob": [
32811+
"**"
32812+
],
32813+
"links": "ic-cdk async executor, see https://github.com/dfinity/cdk-rs/blob/links-pin/TROUBLESHOOTING.md"
32814+
},
32815+
"license": "Apache-2.0",
32816+
"license_ids": [
32817+
"Apache-2.0"
32818+
],
32819+
"license_file": null
32820+
},
3274632821
"ic-cdk-macros 0.8.4": {
3274732822
"name": "ic-cdk-macros",
3274832823
"version": "0.8.4",
@@ -32810,14 +32885,14 @@
3281032885
],
3281132886
"license_file": "LICENSE"
3281232887
},
32813-
"ic-cdk-macros 0.17.1": {
32888+
"ic-cdk-macros 0.17.2": {
3281432889
"name": "ic-cdk-macros",
32815-
"version": "0.17.1",
32890+
"version": "0.17.2",
3281632891
"package_url": "https://github.com/dfinity/cdk-rs",
3281732892
"repository": {
3281832893
"Http": {
32819-
"url": "https://static.crates.io/crates/ic-cdk-macros/0.17.1/download",
32820-
"sha256": "c792bf0d1621c893ccf2bcdeac4ee70121103a03030a1827031a6b3c60488944"
32894+
"url": "https://static.crates.io/crates/ic-cdk-macros/0.17.2/download",
32895+
"sha256": "84cbaa50fa36d3e0616114becf81faa95a099e0d60948ed6978f30f1c77399fd"
3282132896
}
3282232897
},
3282332898
"targets": [
@@ -32869,7 +32944,7 @@
3286932944
"selects": {}
3287032945
},
3287132946
"edition": "2021",
32872-
"version": "0.17.1"
32947+
"version": "0.17.2"
3287332948
},
3287432949
"license": "Apache-2.0",
3287532950
"license_ids": [
@@ -32980,7 +33055,7 @@
3298033055
"target": "futures"
3298133056
},
3298233057
{
32983-
"id": "ic-cdk 0.17.1",
33058+
"id": "ic-cdk 0.17.2",
3298433059
"target": "ic_cdk"
3298533060
},
3298633061
{
@@ -89084,9 +89159,9 @@
8908489159
"ic-canister-log 0.2.0",
8908589160
"ic-canister-sig-creation 1.1.0",
8908689161
"ic-cbor 3.0.3",
89087-
"ic-cdk 0.17.1",
89162+
"ic-cdk 0.17.2",
8908889163
"ic-cdk 0.18.0",
89089-
"ic-cdk-macros 0.17.1",
89164+
"ic-cdk-macros 0.17.2",
8909089165
"ic-cdk-macros 0.18.0",
8909189166
"ic-cdk-timers 0.11.0",
8909289167
"ic-certificate-verification 3.0.3",

Cargo.Bazel.Fuzzing.toml.lock

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3479,9 +3479,9 @@ dependencies = [
34793479
"ic-canister-log",
34803480
"ic-canister-sig-creation",
34813481
"ic-cbor",
3482-
"ic-cdk 0.17.1",
3482+
"ic-cdk 0.17.2",
34833483
"ic-cdk 0.18.0",
3484-
"ic-cdk-macros 0.17.1",
3484+
"ic-cdk-macros 0.17.2",
34853485
"ic-cdk-macros 0.18.0",
34863486
"ic-cdk-timers",
34873487
"ic-certificate-verification",
@@ -4295,7 +4295,7 @@ checksum = "fa134314bce7c35b9214710572fb7305edc7f4223c5bd03b5857ed08bbb05897"
42954295
dependencies = [
42964296
"candid",
42974297
"hex",
4298-
"ic-cdk 0.17.1",
4298+
"ic-cdk 0.17.2",
42994299
"num-bigint 0.4.6",
43004300
"serde",
43014301
"strum 0.26.3",
@@ -5619,7 +5619,7 @@ source = "git+https://github.com/dfinity/ic-canister-sig-creation?rev=7f9e931954
56195619
dependencies = [
56205620
"candid",
56215621
"hex",
5622-
"ic-cdk 0.17.1",
5622+
"ic-cdk 0.17.2",
56235623
"ic-certification 3.0.3",
56245624
"ic-representation-independent-hash",
56255625
"lazy_static",
@@ -5658,12 +5658,13 @@ dependencies = [
56585658

56595659
[[package]]
56605660
name = "ic-cdk"
5661-
version = "0.17.1"
5661+
version = "0.17.2"
56625662
source = "registry+https://github.com/rust-lang/crates.io-index"
5663-
checksum = "122efbcb0af5280d408a75a57b7dc6e9d92893bf6ed9cc98fe4dcff51f18b67c"
5663+
checksum = "95a7344f41493cbf591f13ae9f90181076f808a83af799815c3074b19c693d2e"
56645664
dependencies = [
56655665
"candid",
5666-
"ic-cdk-macros 0.17.1",
5666+
"ic-cdk-executor",
5667+
"ic-cdk-macros 0.17.2",
56675668
"ic0 0.23.0",
56685669
"serde",
56695670
"serde_bytes",
@@ -5686,6 +5687,12 @@ dependencies = [
56865687
"thiserror 2.0.12",
56875688
]
56885689

5690+
[[package]]
5691+
name = "ic-cdk-executor"
5692+
version = "0.1.0"
5693+
source = "registry+https://github.com/rust-lang/crates.io-index"
5694+
checksum = "903057edd3d4ff4b3fe44a64eaee1ceb73f579ba29e3ded372b63d291d7c16c2"
5695+
56895696
[[package]]
56905697
name = "ic-cdk-macros"
56915698
version = "0.8.4"
@@ -5702,9 +5709,9 @@ dependencies = [
57025709

57035710
[[package]]
57045711
name = "ic-cdk-macros"
5705-
version = "0.17.1"
5712+
version = "0.17.2"
57065713
source = "registry+https://github.com/rust-lang/crates.io-index"
5707-
checksum = "c792bf0d1621c893ccf2bcdeac4ee70121103a03030a1827031a6b3c60488944"
5714+
checksum = "84cbaa50fa36d3e0616114becf81faa95a099e0d60948ed6978f30f1c77399fd"
57085715
dependencies = [
57095716
"candid",
57105717
"proc-macro2",
@@ -5735,7 +5742,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
57355742
checksum = "fb8fd812a9e26f6aa00594546f8fbf4d4853f39c3ba794c8ff11ecf86fd3c9e4"
57365743
dependencies = [
57375744
"futures",
5738-
"ic-cdk 0.17.1",
5745+
"ic-cdk 0.17.2",
57395746
"ic0 0.23.0",
57405747
"serde",
57415748
"serde_bytes",

0 commit comments

Comments
 (0)