Skip to content

Commit

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

---
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 Mar 3, 2025
1 parent c27405c commit 9385696
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 hw_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pignet = { path = "../pignet" }
tokio = { version = "1.43", default-features = false, features = ["time", "rt", "rt-multi-thread", "macros"] }
async-std = "1.13.0"
serial_test = "3.1.1"
anyhow = "1.0.96"
anyhow = "1.0.97"
mdns-sd = { version = "0.13.3", default-features = false, features = ["async"] }
iroh = { version = "0.33.0", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion pignet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ usb = ["pigdef/usb", "dep:nusb", "dep:tokio", "dep:serde"]
pigdef = { path = "../pigdef", default-features = false, features = ["std"] }

postcard = { version = "1.1.1", features = ["alloc"] }
anyhow = "1.0.96"
anyhow = "1.0.97"
async-std = "1.13.0"

tokio = { version = "1.43.0", default-features = false, features = ["time"], optional = true }
Expand Down

0 comments on commit 9385696

Please sign in to comment.