From d9f71202e40fd43b9576ae6fe15a72ef0e1bd64c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:48:05 +0100 Subject: [PATCH] Bump anyhow from 1.0.94 to 1.0.95 (#6064) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.94 to 1.0.95.
Release notes

Sourced from anyhow's releases.

1.0.95

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.94&new-version=1.0.95)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 | 4 ++-- rs/backend/Cargo.toml | 2 +- rs/proposals/Cargo.toml | 2 +- rs/sns_aggregator/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 821cf1aa53..20735d3309 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -127,9 +127,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.94" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" +checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" [[package]] name = "arbitrary" diff --git a/rs/backend/Cargo.toml b/rs/backend/Cargo.toml index 8759563f70..625be38b0b 100644 --- a/rs/backend/Cargo.toml +++ b/rs/backend/Cargo.toml @@ -43,7 +43,7 @@ on_wire = { workspace = true } proposals = { path = "../proposals" } [dev-dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" candid_parser = "0.1.2" ic_principal = "0.1.0" maplit = "1.0.2" diff --git a/rs/proposals/Cargo.toml b/rs/proposals/Cargo.toml index 51baf6247a..6cb72198d9 100644 --- a/rs/proposals/Cargo.toml +++ b/rs/proposals/Cargo.toml @@ -30,5 +30,5 @@ ic-cdk-macros = { workspace = true } idl2json = "0.10.1" [dev-dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" pretty_assertions = "1.4.0" diff --git a/rs/sns_aggregator/Cargo.toml b/rs/sns_aggregator/Cargo.toml index 036513a5eb..e73db3ddd1 100644 --- a/rs/sns_aggregator/Cargo.toml +++ b/rs/sns_aggregator/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" base64 = "0.22.1" candid = "0.10.10" dfn_candid = { workspace = true }