diff --git a/Cargo.toml b/Cargo.toml index 70310f8f..d540846c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ tokio = { version = "1.22.0", features = ["full"] } pcre2 = "0.2.3" ctrlc = "3.2.3" rand = "0.8.5" -actix-governor = "0.4.0-beta.3" +actix-governor = "0.5.0" base64 = "0.21.0" urlencoding = "2.1.2" lazy_static = "1.4.0"