Skip to content

Commit

Permalink
Update actix-web to 4.6.0 to swap out regex for regex-lite (new on-by…
Browse files Browse the repository at this point in the history
…-default unicode feature disabled)
  • Loading branch information
The-Fireplace committed Sep 4, 2024
1 parent d4c78b0 commit 27dd939
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 48 deletions.
63 changes: 16 additions & 47 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 @@ -4,7 +4,7 @@ version = "0.1.5"
edition = "2021"

[dependencies]
actix-web = { version = "4.4.1", default-features = false, features = ["macros"] }
actix-web = { version = "4.6.0", default-features = false, features = ["macros"] }
actix-files = "0.6.6"

[profile.release]
Expand Down

0 comments on commit 27dd939

Please sign in to comment.