Skip to content

Commit

Permalink
deps: use not yet published version of actix-governor 0.5
Browse files Browse the repository at this point in the history
to get rid of mach dependency which has an unmaintained advisory
https://rustsec.org/advisories/RUSTSEC-2020-0168.html

Even though actix-governor is a dev-dependency and is not included in the binaries, doing so to get rid of security warning
  • Loading branch information
jqnatividad committed Sep 26, 2023
1 parent 253e5c0 commit 07f066e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 59 deletions.
66 changes: 8 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ simdutf8 = "0.1"
simdutf8 = { version = "0.1", features = ["aarch64_neon"] }

[dev-dependencies]
actix-governor = "0.4"
actix-governor = "0.5"
actix-web = { version = "4.4", default-features = false, features = [
"compress-brotli",
"compress-gzip",
Expand All @@ -229,6 +229,9 @@ quickcheck = { version = "1", default-features = false }
rusqlite = { version = "0.29", features = ["bundled"] }
serial_test = { version = "2.0", features = ["file_locks"] }

[patch.crates-io]
actix-governor = { git = "https://github.com/AaronErhardt/actix-governor", rev="a49b9be" }

[features]
default = ["mimalloc"]
all_features = [
Expand Down

0 comments on commit 07f066e

Please sign in to comment.