Skip to content

Commit

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

---
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 Nov 11, 2024
1 parent bd92b77 commit bd8ea95
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 @@ -15,5 +15,5 @@ edition = "2021"
license = "MIT"

[workspace.dependencies]
anyhow = "1.0.91"
anyhow = "1.0.93"
tracing = { version = "0.1.40", features = ["log"] }
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ tracing.workspace = true
tracing-subscriber = "0.3.18"
hex = "0.4.3"
bincode = "1.3.3"
anyhow = "1.0.91"
anyhow = "1.0.93"
serde = "1.0"
bytes = "1.8.0"

0 comments on commit bd8ea95

Please sign in to comment.