Skip to content

Commit

Permalink
Merge pull request #868 from andrewdavidmackenzie/dependabot/cargo/an…
Browse files Browse the repository at this point in the history
…yhow-1.0.96

Bump anyhow from 1.0.95 to 1.0.96
  • Loading branch information
andrewdavidmackenzie authored Feb 20, 2025
2 parents de59dc9 + 5316d7d commit 9472916
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 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.95"
anyhow = "1.0.96"
async-std = "1.13.0"

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

0 comments on commit 9472916

Please sign in to comment.