Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 395339c commit bd03d2b
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.89"
anyhow = "1.0.90"
async-trait = "0.1.83"
bambulabs = { path = "bambulabs", optional = true }
bytes = "1.7.2"
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.89"
anyhow = "1.0.90"
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 bd03d2b

Please sign in to comment.