diff --git a/Cargo.lock b/Cargo.lock index 1f0cb56e..da89a17d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7685,7 +7685,7 @@ checksum = "0d0208408ba0c3df17ed26eb06992cb1a1268d41b2c0e12e65203fbe3972cee5" [[package]] name = "subvt-app-service" -version = "0.20.4" +version = "0.20.5" dependencies = [ "actix-http", "actix-rt", @@ -7714,7 +7714,7 @@ dependencies = [ [[package]] name = "subvt-block-processor" -version = "0.20.4" +version = "0.20.5" dependencies = [ "anyhow", "async-lock", @@ -7740,7 +7740,7 @@ dependencies = [ [[package]] name = "subvt-config" -version = "0.20.4" +version = "0.20.5" dependencies = [ "config", "serde", @@ -7748,7 +7748,7 @@ dependencies = [ [[package]] name = "subvt-governance" -version = "0.20.4" +version = "0.20.5" dependencies = [ "anyhow", "lazy_static", @@ -7762,7 +7762,7 @@ dependencies = [ [[package]] name = "subvt-kline-updater" -version = "0.20.4" +version = "0.20.5" dependencies = [ "anyhow", "async-trait", @@ -7785,7 +7785,7 @@ dependencies = [ [[package]] name = "subvt-logging" -version = "0.20.4" +version = "0.20.5" dependencies = [ "env_logger", "log", @@ -7794,7 +7794,7 @@ dependencies = [ [[package]] name = "subvt-metrics" -version = "0.20.4" +version = "0.20.5" dependencies = [ "env_logger", "log", @@ -7808,7 +7808,7 @@ dependencies = [ [[package]] name = "subvt-network-status-server" -version = "0.20.4" +version = "0.20.5" dependencies = [ "anyhow", "async-trait", @@ -7833,7 +7833,7 @@ dependencies = [ [[package]] name = "subvt-network-status-updater" -version = "0.20.4" +version = "0.20.5" dependencies = [ "anyhow", "async-trait", @@ -7855,7 +7855,7 @@ dependencies = [ [[package]] name = "subvt-nft" -version = "0.20.4" +version = "0.20.5" dependencies = [ "anyhow", "lazy_static", @@ -7867,7 +7867,7 @@ dependencies = [ [[package]] name = "subvt-notification-generator" -version = "0.20.4" +version = "0.20.5" dependencies = [ "anyhow", "async-lock", @@ -7894,7 +7894,7 @@ dependencies = [ [[package]] name = "subvt-notification-processor" -version = "0.20.4" +version = "0.20.5" dependencies = [ "a2", "anyhow", @@ -7929,7 +7929,7 @@ dependencies = [ [[package]] name = "subvt-onekv-updater" -version = "0.20.4" +version = "0.20.5" dependencies = [ "anyhow", "async-trait", @@ -7951,7 +7951,7 @@ dependencies = [ [[package]] name = "subvt-persistence" -version = "0.20.4" +version = "0.20.5" dependencies = [ "anyhow", "chrono", @@ -7970,7 +7970,7 @@ dependencies = [ [[package]] name = "subvt-plotter" -version = "0.20.4" +version = "0.20.5" dependencies = [ "anyhow", "chrono", @@ -7993,7 +7993,7 @@ dependencies = [ [[package]] name = "subvt-proc-macro" -version = "0.20.4" +version = "0.20.5" dependencies = [ "proc-macro2", "quote", @@ -8002,7 +8002,7 @@ dependencies = [ [[package]] name = "subvt-referendum-updater" -version = "0.20.4" +version = "0.20.5" dependencies = [ "anyhow", "async-trait", @@ -8026,7 +8026,7 @@ dependencies = [ [[package]] name = "subvt-report-service" -version = "0.20.4" +version = "0.20.5" dependencies = [ "actix-web", "anyhow", @@ -8054,7 +8054,7 @@ dependencies = [ [[package]] name = "subvt-service-common" -version = "0.20.4" +version = "0.20.5" dependencies = [ "actix-web", "anyhow", @@ -8071,7 +8071,7 @@ dependencies = [ [[package]] name = "subvt-substrate-client" -version = "0.20.4" +version = "0.20.5" dependencies = [ "anyhow", "async-lock", @@ -8100,7 +8100,7 @@ dependencies = [ [[package]] name = "subvt-telegram-bot" -version = "0.20.4" +version = "0.20.5" dependencies = [ "anyhow", "async-recursion", @@ -8138,7 +8138,7 @@ dependencies = [ [[package]] name = "subvt-telemetry-processor" -version = "0.20.4" +version = "0.20.5" dependencies = [ "anyhow", "async-lock", @@ -8162,7 +8162,7 @@ dependencies = [ [[package]] name = "subvt-types" -version = "0.20.4" +version = "0.20.5" dependencies = [ "anyhow", "chrono", @@ -8204,7 +8204,7 @@ dependencies = [ [[package]] name = "subvt-utility" -version = "0.20.4" +version = "0.20.5" dependencies = [ "anyhow", "hex", @@ -8214,7 +8214,7 @@ dependencies = [ [[package]] name = "subvt-validator-details-server" -version = "0.20.4" +version = "0.20.5" dependencies = [ "anyhow", "async-trait", @@ -8238,7 +8238,7 @@ dependencies = [ [[package]] name = "subvt-validator-list-server" -version = "0.20.4" +version = "0.20.5" dependencies = [ "anyhow", "async-trait", @@ -8265,7 +8265,7 @@ dependencies = [ [[package]] name = "subvt-validator-list-updater" -version = "0.20.4" +version = "0.20.5" dependencies = [ "anyhow", "async-lock", diff --git a/_docker/compose/.env.sample b/_docker/compose/.env.sample index d6c3fcd0..f6f4f6cc 100644 --- a/_docker/compose/.env.sample +++ b/_docker/compose/.env.sample @@ -1,4 +1,4 @@ -VERSION=0.20.4 +VERSION=0.20.5 ENV=production LOG_LEVEL=debug diff --git a/subvt-app-service/Cargo.toml b/subvt-app-service/Cargo.toml index 223aab6d..13be2643 100644 --- a/subvt-app-service/Cargo.toml +++ b/subvt-app-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-app-service" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-block-processor/Cargo.toml b/subvt-block-processor/Cargo.toml index 2640a9a7..1cce13d3 100644 --- a/subvt-block-processor/Cargo.toml +++ b/subvt-block-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-block-processor" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-config/Cargo.toml b/subvt-config/Cargo.toml index a256eead..00f970fd 100644 --- a/subvt-config/Cargo.toml +++ b/subvt-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-config" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-governance/Cargo.toml b/subvt-governance/Cargo.toml index 0097881f..87720d25 100644 --- a/subvt-governance/Cargo.toml +++ b/subvt-governance/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-governance" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-kline-updater/Cargo.toml b/subvt-kline-updater/Cargo.toml index d1291c36..7f90fbcb 100644 --- a/subvt-kline-updater/Cargo.toml +++ b/subvt-kline-updater/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-kline-updater" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-logging/Cargo.toml b/subvt-logging/Cargo.toml index 509dcc85..b25faf66 100644 --- a/subvt-logging/Cargo.toml +++ b/subvt-logging/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-logging" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-metrics/Cargo.toml b/subvt-metrics/Cargo.toml index b5d08baa..3b816fe4 100644 --- a/subvt-metrics/Cargo.toml +++ b/subvt-metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-metrics" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-network-status-server/Cargo.toml b/subvt-network-status-server/Cargo.toml index 3600140f..3bf1d463 100644 --- a/subvt-network-status-server/Cargo.toml +++ b/subvt-network-status-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-network-status-server" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-network-status-updater/Cargo.toml b/subvt-network-status-updater/Cargo.toml index 8ecbc677..84de5c63 100644 --- a/subvt-network-status-updater/Cargo.toml +++ b/subvt-network-status-updater/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-network-status-updater" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-nft/Cargo.toml b/subvt-nft/Cargo.toml index 032ec23d..cbdb45b8 100644 --- a/subvt-nft/Cargo.toml +++ b/subvt-nft/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-nft" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-notification-generator/Cargo.toml b/subvt-notification-generator/Cargo.toml index e1263c49..7e8777f2 100644 --- a/subvt-notification-generator/Cargo.toml +++ b/subvt-notification-generator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-notification-generator" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-notification-processor/Cargo.toml b/subvt-notification-processor/Cargo.toml index 8f9f52c6..ee0e5306 100644 --- a/subvt-notification-processor/Cargo.toml +++ b/subvt-notification-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-notification-processor" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-onekv-updater/Cargo.toml b/subvt-onekv-updater/Cargo.toml index 3a006e9a..0e93edd1 100644 --- a/subvt-onekv-updater/Cargo.toml +++ b/subvt-onekv-updater/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-onekv-updater" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-persistence/Cargo.toml b/subvt-persistence/Cargo.toml index 2d8db30e..2290e277 100644 --- a/subvt-persistence/Cargo.toml +++ b/subvt-persistence/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-persistence" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-plotter/Cargo.toml b/subvt-plotter/Cargo.toml index 68aa5e24..20847223 100644 --- a/subvt-plotter/Cargo.toml +++ b/subvt-plotter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-plotter" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-proc-macro/Cargo.toml b/subvt-proc-macro/Cargo.toml index ba6679f7..23214a84 100644 --- a/subvt-proc-macro/Cargo.toml +++ b/subvt-proc-macro/Cargo.toml @@ -3,7 +3,7 @@ proc-macro = true [package] name = "subvt-proc-macro" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-referendum-updater/Cargo.toml b/subvt-referendum-updater/Cargo.toml index 7b1a4e4c..566ac0ac 100644 --- a/subvt-referendum-updater/Cargo.toml +++ b/subvt-referendum-updater/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-referendum-updater" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-report-service/Cargo.toml b/subvt-report-service/Cargo.toml index 3be49e66..eca2e56e 100644 --- a/subvt-report-service/Cargo.toml +++ b/subvt-report-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-report-service" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-service-common/Cargo.toml b/subvt-service-common/Cargo.toml index b6016a7f..c90b292e 100644 --- a/subvt-service-common/Cargo.toml +++ b/subvt-service-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-service-common" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-substrate-client/Cargo.toml b/subvt-substrate-client/Cargo.toml index a1527722..c88367fa 100644 --- a/subvt-substrate-client/Cargo.toml +++ b/subvt-substrate-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-substrate-client" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-telegram-bot/Cargo.toml b/subvt-telegram-bot/Cargo.toml index ee0995ae..ac3133b8 100644 --- a/subvt-telegram-bot/Cargo.toml +++ b/subvt-telegram-bot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-telegram-bot" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-telemetry-processor/Cargo.toml b/subvt-telemetry-processor/Cargo.toml index 3aa02810..1c98f46a 100644 --- a/subvt-telemetry-processor/Cargo.toml +++ b/subvt-telemetry-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-telemetry-processor" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-types/Cargo.toml b/subvt-types/Cargo.toml index edab721b..b949943d 100644 --- a/subvt-types/Cargo.toml +++ b/subvt-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-types" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-utility/Cargo.toml b/subvt-utility/Cargo.toml index 4ff31dc9..aa58a120 100644 --- a/subvt-utility/Cargo.toml +++ b/subvt-utility/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-utility" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-validator-details-server/Cargo.toml b/subvt-validator-details-server/Cargo.toml index b70fc2fa..92b6456e 100644 --- a/subvt-validator-details-server/Cargo.toml +++ b/subvt-validator-details-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-validator-details-server" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-validator-list-server/Cargo.toml b/subvt-validator-list-server/Cargo.toml index 73d632b2..bd6c4112 100644 --- a/subvt-validator-list-server/Cargo.toml +++ b/subvt-validator-list-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-validator-list-server" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-validator-list-updater/Cargo.toml b/subvt-validator-list-updater/Cargo.toml index 96f993b0..23ca5e39 100644 --- a/subvt-validator-list-updater/Cargo.toml +++ b/subvt-validator-list-updater/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-validator-list-updater" -version = "0.20.4" +version = "0.20.5" edition = "2021" rust-version = "1.67.0"