Skip to content

Commit

Permalink
fix(deps): update rust crate actix-web to 4.4.0 (#258)
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 Aug 29, 2023
1 parent 2b1015a commit 37f5c9f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
28 changes: 17 additions & 11 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 @@ -8,7 +8,7 @@ metadata = { cargo-udeps = { ignore = [["thiserror"]] } }

[dependencies]
actix-cors = "0.6.4"
actix-web = "4.3.1"
actix-web = "4.4.0"
actix-web-httpauth = "0.8.0"
anyhow = "1.0.75"
chrono = { version = "0.4.26", default-features = false, features = ["std", "clock", "libc", "time", "serde"] }
Expand Down

0 comments on commit 37f5c9f

Please sign in to comment.