Skip to content

Commit

Permalink
use upstream unreleased version of actix-governor to get rid of unmai…
Browse files Browse the repository at this point in the history
…ntained dependency

see AaronErhardt/actix-governor#46
  • Loading branch information
jqnatividad committed Sep 30, 2023
1 parent 1a49124 commit 796fcc6
Showing 1 changed file with 4 additions and 1 deletion.
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 796fcc6

Please sign in to comment.