Skip to content

Commit

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

---
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 and rjzak committed Oct 26, 2024
1 parent c469a1b commit 44c21f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -27,7 +27,7 @@ drawbridge-server = { path = "./crates/server", version = "0.4.3" }
drawbridge-type = { path = "./crates/type", version = "0.4.3" }

# External dependencies
anyhow = { version = "1.0.90", default-features = false }
anyhow = { version = "1.0.91", default-features = false }
async-h1 = { version = "2.3.4", default-features = false }
async-std = { version = "1.13.0", default-features = false }
axum = { version = "0.5.17", default-features = false }
Expand Down

0 comments on commit 44c21f7

Please sign in to comment.