diff --git a/Cargo.toml b/Cargo.toml index 2fec91d..624a000 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "onet" -version = "0.19.0" +version = "0.19.1" authors = ["Paulo "] description = "ONE-T is a performance report bot for the Polkadot and Kusama network with a special focus on the One Thousand validator programme" edition = "2018" @@ -30,7 +30,7 @@ actix = "0.13" actix-web = "4" actix-web-actors = "4.1" actix-cors = "0.6" -redis = { version = "0.19.0", features = ["async-std-comp"] } +redis = { version = "0.19.1", features = ["async-std-comp"] } mobc = { version = "0.7", default-features = false, features = ["async-std"] } mobc-redis = { version = "0.7", default-features = false, features = ["async-std-comp"] } ctrlc = { version = "3.0", features = ["termination"] }