Skip to content

Commit

Permalink
Bump anyhow from 1.0.94 to 1.0.95
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.94 to 1.0.95.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.94...1.0.95)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 8e54925 commit a37682d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rs/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rs/proposals/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion rs/sns_aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit a37682d

Please sign in to comment.