From 3afb231be3f675f7b533aaf523aedc0f6784a58e Mon Sep 17 00:00:00 2001 From: kukabi Date: Mon, 1 Jul 2024 13:29:38 +0300 Subject: [PATCH] Bump version. --- Cargo.lock | 52 +++++++++++------------ _docker/compose/.env.sample | 2 +- subvt-app-service/Cargo.toml | 2 +- subvt-block-processor/Cargo.toml | 2 +- subvt-config/Cargo.toml | 2 +- subvt-governance/Cargo.toml | 2 +- subvt-logging/Cargo.toml | 2 +- subvt-metrics/Cargo.toml | 2 +- subvt-network-status-server/Cargo.toml | 2 +- subvt-network-status-updater/Cargo.toml | 2 +- subvt-nft/Cargo.toml | 2 +- subvt-notification-generator/Cargo.toml | 2 +- subvt-notification-processor/Cargo.toml | 2 +- subvt-onekv-updater/Cargo.toml | 2 +- subvt-persistence/Cargo.toml | 2 +- subvt-plotter/Cargo.toml | 2 +- subvt-proc-macro/Cargo.toml | 2 +- subvt-referendum-updater/Cargo.toml | 2 +- subvt-report-service/Cargo.toml | 2 +- subvt-service-common/Cargo.toml | 2 +- subvt-substrate-client/Cargo.toml | 2 +- subvt-telegram-bot/Cargo.toml | 2 +- subvt-telemetry-processor/Cargo.toml | 2 +- subvt-types/Cargo.toml | 2 +- subvt-utility/Cargo.toml | 2 +- subvt-validator-details-server/Cargo.toml | 2 +- subvt-validator-list-server/Cargo.toml | 2 +- subvt-validator-list-updater/Cargo.toml | 2 +- 28 files changed, 53 insertions(+), 53 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 35c76544..a4e3b406 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7542,7 +7542,7 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "subvt-app-service" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "actix-http", "actix-rt", @@ -7571,7 +7571,7 @@ dependencies = [ [[package]] name = "subvt-block-processor" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "anyhow", "async-lock", @@ -7597,7 +7597,7 @@ dependencies = [ [[package]] name = "subvt-config" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "config", "serde", @@ -7605,7 +7605,7 @@ dependencies = [ [[package]] name = "subvt-governance" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "anyhow", "lazy_static", @@ -7619,7 +7619,7 @@ dependencies = [ [[package]] name = "subvt-logging" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "env_logger", "log", @@ -7628,7 +7628,7 @@ dependencies = [ [[package]] name = "subvt-metrics" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "env_logger", "log", @@ -7642,7 +7642,7 @@ dependencies = [ [[package]] name = "subvt-network-status-server" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "anyhow", "async-trait", @@ -7667,7 +7667,7 @@ dependencies = [ [[package]] name = "subvt-network-status-updater" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "anyhow", "async-trait", @@ -7689,7 +7689,7 @@ dependencies = [ [[package]] name = "subvt-nft" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "anyhow", "lazy_static", @@ -7701,7 +7701,7 @@ dependencies = [ [[package]] name = "subvt-notification-generator" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "anyhow", "async-lock", @@ -7728,7 +7728,7 @@ dependencies = [ [[package]] name = "subvt-notification-processor" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "a2", "anyhow", @@ -7763,7 +7763,7 @@ dependencies = [ [[package]] name = "subvt-onekv-updater" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "anyhow", "async-trait", @@ -7785,7 +7785,7 @@ dependencies = [ [[package]] name = "subvt-persistence" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "anyhow", "chrono", @@ -7804,7 +7804,7 @@ dependencies = [ [[package]] name = "subvt-plotter" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "anyhow", "chrono", @@ -7827,7 +7827,7 @@ dependencies = [ [[package]] name = "subvt-proc-macro" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "proc-macro2", "quote", @@ -7836,7 +7836,7 @@ dependencies = [ [[package]] name = "subvt-referendum-updater" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "anyhow", "async-trait", @@ -7860,7 +7860,7 @@ dependencies = [ [[package]] name = "subvt-report-service" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "actix-web", "anyhow", @@ -7888,7 +7888,7 @@ dependencies = [ [[package]] name = "subvt-service-common" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "actix-web", "anyhow", @@ -7905,7 +7905,7 @@ dependencies = [ [[package]] name = "subvt-substrate-client" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "anyhow", "async-lock", @@ -7934,7 +7934,7 @@ dependencies = [ [[package]] name = "subvt-telegram-bot" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "anyhow", "async-recursion", @@ -7972,7 +7972,7 @@ dependencies = [ [[package]] name = "subvt-telemetry-processor" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "anyhow", "async-lock", @@ -7996,7 +7996,7 @@ dependencies = [ [[package]] name = "subvt-types" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "anyhow", "chrono", @@ -8038,7 +8038,7 @@ dependencies = [ [[package]] name = "subvt-utility" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "anyhow", "hex", @@ -8048,7 +8048,7 @@ dependencies = [ [[package]] name = "subvt-validator-details-server" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "anyhow", "async-trait", @@ -8072,7 +8072,7 @@ dependencies = [ [[package]] name = "subvt-validator-list-server" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "anyhow", "async-trait", @@ -8099,7 +8099,7 @@ dependencies = [ [[package]] name = "subvt-validator-list-updater" -version = "0.17.36-6" +version = "0.17.36-7" dependencies = [ "anyhow", "async-lock", diff --git a/_docker/compose/.env.sample b/_docker/compose/.env.sample index 013c7bbb..630c7da9 100644 --- a/_docker/compose/.env.sample +++ b/_docker/compose/.env.sample @@ -1,4 +1,4 @@ -VERSION=0.17.36-6 +VERSION=0.17.36-7 ENV=production LOG_LEVEL=debug diff --git a/subvt-app-service/Cargo.toml b/subvt-app-service/Cargo.toml index 1b165575..04384e24 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.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-block-processor/Cargo.toml b/subvt-block-processor/Cargo.toml index 763173f6..32879d29 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.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-config/Cargo.toml b/subvt-config/Cargo.toml index 93f159d7..149b6d42 100644 --- a/subvt-config/Cargo.toml +++ b/subvt-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-config" -version = "0.17.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-governance/Cargo.toml b/subvt-governance/Cargo.toml index 01bb907a..6e4a55a9 100644 --- a/subvt-governance/Cargo.toml +++ b/subvt-governance/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-governance" -version = "0.17.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-logging/Cargo.toml b/subvt-logging/Cargo.toml index e53d4350..9bac5c91 100644 --- a/subvt-logging/Cargo.toml +++ b/subvt-logging/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-logging" -version = "0.17.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-metrics/Cargo.toml b/subvt-metrics/Cargo.toml index f8fde3fd..7949a68f 100644 --- a/subvt-metrics/Cargo.toml +++ b/subvt-metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-metrics" -version = "0.17.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-network-status-server/Cargo.toml b/subvt-network-status-server/Cargo.toml index 2bc41fe6..209c563b 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.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-network-status-updater/Cargo.toml b/subvt-network-status-updater/Cargo.toml index cde9b17f..6ac01394 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.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-nft/Cargo.toml b/subvt-nft/Cargo.toml index 54c9301b..e34f62ec 100644 --- a/subvt-nft/Cargo.toml +++ b/subvt-nft/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-nft" -version = "0.17.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-notification-generator/Cargo.toml b/subvt-notification-generator/Cargo.toml index 6603fc4a..47a775b6 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.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-notification-processor/Cargo.toml b/subvt-notification-processor/Cargo.toml index 56e91c73..daa5fadf 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.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-onekv-updater/Cargo.toml b/subvt-onekv-updater/Cargo.toml index 1953247f..182b3756 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.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-persistence/Cargo.toml b/subvt-persistence/Cargo.toml index 3addb22d..2fad6706 100644 --- a/subvt-persistence/Cargo.toml +++ b/subvt-persistence/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-persistence" -version = "0.17.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-plotter/Cargo.toml b/subvt-plotter/Cargo.toml index 82b06ac7..3b9318ec 100644 --- a/subvt-plotter/Cargo.toml +++ b/subvt-plotter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-plotter" -version = "0.17.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-proc-macro/Cargo.toml b/subvt-proc-macro/Cargo.toml index aeedbd50..4658bf0d 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.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-referendum-updater/Cargo.toml b/subvt-referendum-updater/Cargo.toml index fc90bc5e..35a55eea 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.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-report-service/Cargo.toml b/subvt-report-service/Cargo.toml index fbb535bc..26baa1f1 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.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-service-common/Cargo.toml b/subvt-service-common/Cargo.toml index edca1ef4..c6e62f2a 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.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-substrate-client/Cargo.toml b/subvt-substrate-client/Cargo.toml index 6f923edd..fbb975cd 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.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-telegram-bot/Cargo.toml b/subvt-telegram-bot/Cargo.toml index 7ce58441..fc775e98 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.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-telemetry-processor/Cargo.toml b/subvt-telemetry-processor/Cargo.toml index e3116ee1..c650e206 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.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-types/Cargo.toml b/subvt-types/Cargo.toml index 3d1cd0b5..a89cd6db 100644 --- a/subvt-types/Cargo.toml +++ b/subvt-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-types" -version = "0.17.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-utility/Cargo.toml b/subvt-utility/Cargo.toml index 64552b59..9fab0602 100644 --- a/subvt-utility/Cargo.toml +++ b/subvt-utility/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-utility" -version = "0.17.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-validator-details-server/Cargo.toml b/subvt-validator-details-server/Cargo.toml index 4b35cdd2..b8108842 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.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-validator-list-server/Cargo.toml b/subvt-validator-list-server/Cargo.toml index b4ef27da..5cbb50ac 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.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0" diff --git a/subvt-validator-list-updater/Cargo.toml b/subvt-validator-list-updater/Cargo.toml index 755479ba..800a633f 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.36-6" +version = "0.17.36-7" edition = "2021" rust-version = "1.67.0"