Skip to content

Commit

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

---
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 and AMDmi3 committed Sep 17, 2024
1 parent cdf0701 commit aaea7e0
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 repology-webapp-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sxd-xpath = "0.4.2"
json = "0.12.4"
pretty_assertions = "1.4.0"
axum = "0.7.5"
anyhow = "1.0.88"
anyhow = "1.0.89"
sqlx = { version = "0.8.2", features = ["runtime-tokio", "postgres", "chrono"] }
repology-webapp = { path = "../repology-webapp" }
mime = "0.3.17"
2 changes: 1 addition & 1 deletion repology-webapp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
repology-common = { path = "../repology-common" }
libversion = { path = "../libversion" }
sqlx = { version = "0.8.2", features = ["runtime-tokio", "postgres", "chrono"] }
anyhow = "1.0.88"
anyhow = "1.0.89"
clap = { version = "4.5.17", features = ["derive"] }
mime = "0.3.17"
ttf-parser = "0.24.1"
Expand Down

0 comments on commit aaea7e0

Please sign in to comment.