Skip to content

Commit

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

---
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 Nov 6, 2024
1 parent ef7259c commit d97cf3b
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serial = ["dep:tokio-serial"]
moonraker = ["dep:moonraker"]

[dependencies]
anyhow = "1.0.92"
anyhow = "1.0.93"
async-trait = "0.1.83"
bambulabs = { path = "bambulabs", optional = true }
bytes = "1.8.0"
Expand Down
2 changes: 1 addition & 1 deletion bambulabs/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.92"
anyhow = "1.0.93"
dashmap = "6.1.0"
format_serde_error = { version = "0.3.0", default-features = false, features = ["serde_json"] }
include_dir = { version = "0.7.4", features = ["glob"] }
Expand Down

0 comments on commit d97cf3b

Please sign in to comment.