Skip to content

Commit

Permalink
Merge branch release-v0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulormart committed May 16, 2024
2 parents b1e5ba1 + f46e14b commit 0fc9036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "onet"
version = "0.19.0"
version = "0.19.1"
authors = ["Paulo <[email protected]>"]
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"
Expand Down Expand Up @@ -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"] }
Expand Down

0 comments on commit 0fc9036

Please sign in to comment.