From 8f6f99a5b880a8d2d47192a96ff5f87f0daf4e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 06:46:02 +0100 Subject: [PATCH] chore(cargo deps): Bump ic-cdk from 0.17.0 to 0.17.1 (#62) Bumps [ic-cdk](https://github.com/dfinity/cdk-rs) from 0.17.0 to 0.17.1.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ic-cdk&package-manager=cargo&previous-version=0.17.0&new-version=0.17.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 22 +++++++++++----------- Cargo.toml | 2 +- src/guard/Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d393788..daa416d 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 }