Skip to content

Commit

Permalink
feat: Upgrading to Actix 4.x (#1514)
Browse files Browse the repository at this point in the history
* Upgrading to Actix 4.x

Also:
  - actix-http 3.x
  - actix-rt 2.x
  - actix-cors 0.6.x
  - tokio 1.x
  - reqwest 0.11.x
  - deadpool 0.7.x

* Update crates after Actix upgrade

Also cleared out the audit exception list.
  • Loading branch information
bendk authored Jan 23, 2024
1 parent cc8d584 commit 9798558
Show file tree
Hide file tree
Showing 26 changed files with 688 additions and 1,576 deletions.
9 changes: 0 additions & 9 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
[advisories]
ignore = [
"RUSTSEC-2020-0041", # https://github.com/bodil/sized-chunks/issues/11
"RUSTSEC-2021-0078",
"RUSTSEC-2021-0079",
"RUSTSEC-2020-0159",
"RUSTSEC-2020-0071",
"RUSTSEC-2021-0124",
"RUSTSEC-2023-0034", # Bound by actix-http 2.2, Reqwest 0.10
"RUSTSEC-2023-0044", # Bound to native-tls 0.2.11, request 0.10.10, hyper-tls 0.4.3
"RUSTSEC-2023-0052", # Bound by reqwest, various tls libs
]
Loading

0 comments on commit 9798558

Please sign in to comment.