Skip to content

Commit

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

---
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 Feb 19, 2024
1 parent 7ed1caa commit 4da8639
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include = ["ui/dist"]
edition = "2021"

[dependencies]
anyhow = "1.0.76"
anyhow = "1.0.80"
axum = { version = "0.6.20", features = ["ws"] }
axum-debug = "0.3.3"
clap = { version = "4.4.11", features = ["cargo", "deprecated"] }
Expand All @@ -30,7 +30,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
ts-rs = "7.0.0"

[build-dependencies]
anyhow = "1.0.76"
anyhow = "1.0.80"
vergen = { version = "8.2.6", features = [
"build",
"cargo",
Expand Down

0 comments on commit 4da8639

Please sign in to comment.