Skip to content

Commit

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

---
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 and brunocodutra committed Aug 19, 2023
1 parent 49f88cf commit 9cf7942
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["chess"]
[dependencies]
arrayvec = { version = "0.7.3", default-features = false, features = ["std"] }
atomic = { version = "0.6.0", default-features = false, features = ["std"] }
anyhow = { version = "1.0.72", default-features = false, features = ["std"] }
anyhow = { version = "1.0.75", default-features = false, features = ["std"] }
async-stream = { version = "0.3.5", default-features = false }
bitflags = { version = "2.4.0", default-features = false }
bytemuck = { version = "1.13.1", default-features = false }
Expand Down

0 comments on commit 9cf7942

Please sign in to comment.