Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.81 (#341)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 12, 2024
1 parent 5a7ae49 commit 05680c4
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 packages/toy-blog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata = { cargo-udeps = { ignore = [["thiserror"]] } }
actix-cors = "0.7.0"
actix-web = "4.5.1"
actix-web-httpauth = "0.8.1"
anyhow = "1.0.80"
anyhow = "1.0.81"
chrono = { version = "0.4.35", default-features = false, features = ["std", "clock", "libc", "serde"] }
clap = { version = "4.5.2", features = ["derive"] }
fern = { version = "0.6.2", features = ["colored"] }
Expand Down

0 comments on commit 05680c4

Please sign in to comment.