Skip to content

Commit

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

---
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 Sep 12, 2024
1 parent c063602 commit e0f77ba
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 @@ -11,7 +11,7 @@ repository = "https://github.com/H1ghBre4k3r/pesca-parser"
members = ["crates/why_lib", "crates/lex_derive"]

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.88"
clap = { version = "4.5.16", features = ["derive"] }
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
Expand Down
2 changes: 1 addition & 1 deletion crates/why_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
repository = "https://github.com/H1ghBre4k3r/pesca-parser"

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.88"
colored = "2.1.0"
lex_derive = { path = "../lex_derive/" }
regex = "1.10.6"

0 comments on commit e0f77ba

Please sign in to comment.