Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 754ded0 commit 1fa0cbe
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 harper-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
repository = "https://github.com/elijah-potter/harper"

[dependencies]
anyhow = "1.0.83"
anyhow = "1.0.90"
ariadne = "0.4.1"
clap = { version = "4.5.18", features = ["derive"] }
harper-core = { path = "../harper-core", version = "0.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion harper-ls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tokio = { version = "1.40.0", features = ["fs", "rt", "rt-multi-thread", "macros
clap = { version = "4.5.18", features = ["derive"] }
once_cell = "1.20.2"
dirs = "5.0.1"
anyhow = "1.0.80"
anyhow = "1.0.90"
serde_json = "1.0.128"
itertools = "0.13.0"
tracing = "0.1.40"
Expand Down

0 comments on commit 1fa0cbe

Please sign in to comment.