diff --git a/Cargo.lock b/Cargo.lock index 77292e8f..747c4e82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7604,7 +7604,7 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "subvt-app-service" -version = "0.17.32" +version = "0.17.33" dependencies = [ "actix-http", "actix-rt", @@ -7633,7 +7633,7 @@ dependencies = [ [[package]] name = "subvt-block-processor" -version = "0.17.32" +version = "0.17.33" dependencies = [ "anyhow", "async-lock", @@ -7659,7 +7659,7 @@ dependencies = [ [[package]] name = "subvt-config" -version = "0.17.32" +version = "0.17.33" dependencies = [ "config", "serde", @@ -7667,7 +7667,7 @@ dependencies = [ [[package]] name = "subvt-governance" -version = "0.17.32" +version = "0.17.33" dependencies = [ "anyhow", "lazy_static", @@ -7681,7 +7681,7 @@ dependencies = [ [[package]] name = "subvt-logging" -version = "0.17.32" +version = "0.17.33" dependencies = [ "env_logger", "log", @@ -7690,7 +7690,7 @@ dependencies = [ [[package]] name = "subvt-metrics" -version = "0.17.32" +version = "0.17.33" dependencies = [ "env_logger", "log", @@ -7704,7 +7704,7 @@ dependencies = [ [[package]] name = "subvt-network-status-server" -version = "0.17.32" +version = "0.17.33" dependencies = [ "anyhow", "async-trait", @@ -7729,7 +7729,7 @@ dependencies = [ [[package]] name = "subvt-network-status-updater" -version = "0.17.32" +version = "0.17.33" dependencies = [ "anyhow", "async-trait", @@ -7751,7 +7751,7 @@ dependencies = [ [[package]] name = "subvt-nft" -version = "0.17.32" +version = "0.17.33" dependencies = [ "anyhow", "lazy_static", @@ -7763,7 +7763,7 @@ dependencies = [ [[package]] name = "subvt-notification-generator" -version = "0.17.32" +version = "0.17.33" dependencies = [ "anyhow", "async-lock", @@ -7790,7 +7790,7 @@ dependencies = [ [[package]] name = "subvt-notification-processor" -version = "0.17.32" +version = "0.17.33" dependencies = [ "a2", "anyhow", @@ -7825,7 +7825,7 @@ dependencies = [ [[package]] name = "subvt-onekv-updater" -version = "0.17.32" +version = "0.17.33" dependencies = [ "anyhow", "async-trait", @@ -7847,7 +7847,7 @@ dependencies = [ [[package]] name = "subvt-persistence" -version = "0.17.32" +version = "0.17.33" dependencies = [ "anyhow", "chrono", @@ -7866,7 +7866,7 @@ dependencies = [ [[package]] name = "subvt-plotter" -version = "0.17.32" +version = "0.17.33" dependencies = [ "anyhow", "chrono", @@ -7889,7 +7889,7 @@ dependencies = [ [[package]] name = "subvt-proc-macro" -version = "0.17.32" +version = "0.17.33" dependencies = [ "proc-macro2", "quote", @@ -7898,7 +7898,7 @@ dependencies = [ [[package]] name = "subvt-referendum-updater" -version = "0.17.32" +version = "0.17.33" dependencies = [ "anyhow", "async-trait", @@ -7922,7 +7922,7 @@ dependencies = [ [[package]] name = "subvt-report-service" -version = "0.17.32" +version = "0.17.33" dependencies = [ "actix-web", "anyhow", @@ -7948,7 +7948,7 @@ dependencies = [ [[package]] name = "subvt-service-common" -version = "0.17.32" +version = "0.17.33" dependencies = [ "actix-web", "anyhow", @@ -7965,7 +7965,7 @@ dependencies = [ [[package]] name = "subvt-substrate-client" -version = "0.17.32" +version = "0.17.33" dependencies = [ "anyhow", "async-lock", @@ -7994,7 +7994,7 @@ dependencies = [ [[package]] name = "subvt-telegram-bot" -version = "0.17.32" +version = "0.17.33" dependencies = [ "anyhow", "async-recursion", @@ -8032,7 +8032,7 @@ dependencies = [ [[package]] name = "subvt-telemetry-processor" -version = "0.17.32" +version = "0.17.33" dependencies = [ "anyhow", "async-lock", @@ -8056,7 +8056,7 @@ dependencies = [ [[package]] name = "subvt-types" -version = "0.17.32" +version = "0.17.33" dependencies = [ "anyhow", "chrono", @@ -8097,7 +8097,7 @@ dependencies = [ [[package]] name = "subvt-utility" -version = "0.17.32" +version = "0.17.33" dependencies = [ "anyhow", "hex", @@ -8107,7 +8107,7 @@ dependencies = [ [[package]] name = "subvt-validator-details-server" -version = "0.17.32" +version = "0.17.33" dependencies = [ "anyhow", "async-trait", @@ -8131,7 +8131,7 @@ dependencies = [ [[package]] name = "subvt-validator-list-server" -version = "0.17.32" +version = "0.17.33" dependencies = [ "anyhow", "async-trait", @@ -8158,7 +8158,7 @@ dependencies = [ [[package]] name = "subvt-validator-list-updater" -version = "0.17.32" +version = "0.17.33" dependencies = [ "anyhow", "async-lock", diff --git a/_docker/compose/.env.sample b/_docker/compose/.env.sample index 451f9815..11ab3694 100644 --- a/_docker/compose/.env.sample +++ b/_docker/compose/.env.sample @@ -1,4 +1,4 @@ -VERSION=0.17.32 +VERSION=0.17.33 ENV=production LOG_LEVEL=debug diff --git a/subvt-app-service/Cargo.toml b/subvt-app-service/Cargo.toml index 6dd71d8f..93eb21e1 100644 --- a/subvt-app-service/Cargo.toml +++ b/subvt-app-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-app-service" -version = "0.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-block-processor/Cargo.toml b/subvt-block-processor/Cargo.toml index 8e6c232b..7e0b0bb5 100644 --- a/subvt-block-processor/Cargo.toml +++ b/subvt-block-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-block-processor" -version = "0.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-config/Cargo.toml b/subvt-config/Cargo.toml index a0768e0e..6a856de0 100644 --- a/subvt-config/Cargo.toml +++ b/subvt-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-config" -version = "0.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-governance/Cargo.toml b/subvt-governance/Cargo.toml index 0979b7b9..2329677e 100644 --- a/subvt-governance/Cargo.toml +++ b/subvt-governance/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-governance" -version = "0.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-logging/Cargo.toml b/subvt-logging/Cargo.toml index 5fba42a3..b2e5a13d 100644 --- a/subvt-logging/Cargo.toml +++ b/subvt-logging/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-logging" -version = "0.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-metrics/Cargo.toml b/subvt-metrics/Cargo.toml index 7a85d402..f00585e0 100644 --- a/subvt-metrics/Cargo.toml +++ b/subvt-metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-metrics" -version = "0.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-network-status-server/Cargo.toml b/subvt-network-status-server/Cargo.toml index 8c68b34a..1d1fb072 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.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-network-status-updater/Cargo.toml b/subvt-network-status-updater/Cargo.toml index 3fadaaf5..17313a8f 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.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-nft/Cargo.toml b/subvt-nft/Cargo.toml index 915b3d79..62fb8806 100644 --- a/subvt-nft/Cargo.toml +++ b/subvt-nft/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-nft" -version = "0.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-notification-generator/Cargo.toml b/subvt-notification-generator/Cargo.toml index 9916ea35..5087ddf5 100644 --- a/subvt-notification-generator/Cargo.toml +++ b/subvt-notification-generator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-notification-generator" -version = "0.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-notification-processor/Cargo.toml b/subvt-notification-processor/Cargo.toml index 31396964..6b7941f6 100644 --- a/subvt-notification-processor/Cargo.toml +++ b/subvt-notification-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-notification-processor" -version = "0.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-onekv-updater/Cargo.toml b/subvt-onekv-updater/Cargo.toml index 4b16a8b1..f9a30adc 100644 --- a/subvt-onekv-updater/Cargo.toml +++ b/subvt-onekv-updater/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-onekv-updater" -version = "0.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-persistence/Cargo.toml b/subvt-persistence/Cargo.toml index af5c7407..47a5da29 100644 --- a/subvt-persistence/Cargo.toml +++ b/subvt-persistence/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-persistence" -version = "0.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-plotter/Cargo.toml b/subvt-plotter/Cargo.toml index d0860f89..7dd90dc8 100644 --- a/subvt-plotter/Cargo.toml +++ b/subvt-plotter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-plotter" -version = "0.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-proc-macro/Cargo.toml b/subvt-proc-macro/Cargo.toml index 70aa7ca9..442eb115 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.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-referendum-updater/Cargo.toml b/subvt-referendum-updater/Cargo.toml index c063f7e3..4ed2a0b6 100644 --- a/subvt-referendum-updater/Cargo.toml +++ b/subvt-referendum-updater/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-referendum-updater" -version = "0.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-report-service/Cargo.toml b/subvt-report-service/Cargo.toml index 76cf08ca..ed004948 100644 --- a/subvt-report-service/Cargo.toml +++ b/subvt-report-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-report-service" -version = "0.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-service-common/Cargo.toml b/subvt-service-common/Cargo.toml index 3aee5097..8c47ec0c 100644 --- a/subvt-service-common/Cargo.toml +++ b/subvt-service-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-service-common" -version = "0.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-substrate-client/Cargo.toml b/subvt-substrate-client/Cargo.toml index 2bd4090e..ff33e006 100644 --- a/subvt-substrate-client/Cargo.toml +++ b/subvt-substrate-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-substrate-client" -version = "0.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-telegram-bot/Cargo.toml b/subvt-telegram-bot/Cargo.toml index e9d5270f..85150f20 100644 --- a/subvt-telegram-bot/Cargo.toml +++ b/subvt-telegram-bot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-telegram-bot" -version = "0.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-telemetry-processor/Cargo.toml b/subvt-telemetry-processor/Cargo.toml index ab838499..e558c188 100644 --- a/subvt-telemetry-processor/Cargo.toml +++ b/subvt-telemetry-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-telemetry-processor" -version = "0.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-types/Cargo.toml b/subvt-types/Cargo.toml index 0d2f901f..b5f47856 100644 --- a/subvt-types/Cargo.toml +++ b/subvt-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-types" -version = "0.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-utility/Cargo.toml b/subvt-utility/Cargo.toml index a31845c5..2a7f5042 100644 --- a/subvt-utility/Cargo.toml +++ b/subvt-utility/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-utility" -version = "0.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-validator-details-server/Cargo.toml b/subvt-validator-details-server/Cargo.toml index 28398ec7..8c36226f 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.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-validator-list-server/Cargo.toml b/subvt-validator-list-server/Cargo.toml index 4cbea638..a01797b5 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.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-validator-list-updater/Cargo.toml b/subvt-validator-list-updater/Cargo.toml index 2837a1c0..7dd6de8b 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.17.32" +version = "0.17.33" edition = "2021" rust-version = "1.67.0"