Skip to content

Commit

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

---
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 Jun 3, 2024
1 parent 1e76613 commit 9ddd311
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 bench/runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.82"
anyhow = "1.0.86"
clap = { version = "4.5.4", features = ["derive"], optional = true }
humantime = "2.1.0"
serde = { version = "1.0.203", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ generational-arena = "0.2.9"
serde = { version = "1.0.203", features = ["derive"] }
bincode = { version = "1.3.3" }

anyhow = "1.0.82"
anyhow = "1.0.86"

sorted_array = { path = "../utils/sorted_array", version = "0.1.3", features = ["serde"] }
id_allocator = { path = "../utils/id_allocator", version = "0.1.0", features = ["serde"] }
Expand Down

0 comments on commit 9ddd311

Please sign in to comment.