diff --git a/Cargo.lock b/Cargo.lock index 3c764fe..48a7509 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -296,8 +296,8 @@ name = "example_app_backend" version = "0.1.0" dependencies = [ "candid", - "ic-cdk 0.17.0", - "ic-cdk-macros 0.17.0", + "ic-cdk 0.17.1", + "ic-cdk-macros 0.17.1", "ic-papi-api", "pocket-ic", ] @@ -308,8 +308,8 @@ version = "0.1.0" dependencies = [ "candid", "example-paid-service-api", - "ic-cdk 0.17.0", - "ic-cdk-macros 0.17.0", + "ic-cdk 0.17.1", + "ic-cdk-macros 0.17.1", "ic-cycles-ledger-client", "ic-papi-api", "ic-papi-guard", @@ -591,12 +591,12 @@ dependencies = [ [[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", @@ -632,9 +632,9 @@ dependencies = [ [[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", @@ -649,7 +649,7 @@ name = "ic-cycles-ledger-client" version = "0.1.0" dependencies = [ "candid", - "ic-cdk 0.17.0", + "ic-cdk 0.17.1", "serde", "serde_bytes", ] @@ -694,7 +694,7 @@ name = "ic-papi-guard" version = "0.1.0" dependencies = [ "candid", - "ic-cdk 0.17.0", + "ic-cdk 0.17.1", "ic-cycles-ledger-client", "ic-papi-api", "serde", diff --git a/Cargo.toml b/Cargo.toml index f62451c..02283d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" [workspace.dependencies] pocket-ic = "4.0.0" candid = "0.10.11" -ic-cdk = "0.17.0" +ic-cdk = "0.17.1" ic-cdk-macros = "0.17.0" serde = "1" serde_bytes = "0.11" diff --git a/src/guard/Cargo.toml b/src/guard/Cargo.toml index 2b52c3a..8aa5937 100644 --- a/src/guard/Cargo.toml +++ b/src/guard/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] candid = { workspace = true } -ic-cdk = "0.17.0" +ic-cdk = "0.17.1" ic-cycles-ledger-client = { workspace = true } ic-papi-api = { workspace = true } serde = { workspace = true }