diff --git a/Cargo.lock b/Cargo.lock index 8e184633..8230098f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6389,7 +6389,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "subvt-app-service" -version = "0.1.8" +version = "0.1.9" dependencies = [ "actix-http", "actix-rt", @@ -6417,7 +6417,7 @@ dependencies = [ [[package]] name = "subvt-block-processor" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "async-lock", @@ -6442,7 +6442,7 @@ dependencies = [ [[package]] name = "subvt-config" -version = "0.1.8" +version = "0.1.9" dependencies = [ "config", "serde", @@ -6450,7 +6450,7 @@ dependencies = [ [[package]] name = "subvt-governance" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "lazy_static", @@ -6463,7 +6463,7 @@ dependencies = [ [[package]] name = "subvt-logging" -version = "0.1.8" +version = "0.1.9" dependencies = [ "env_logger", "log", @@ -6472,7 +6472,7 @@ dependencies = [ [[package]] name = "subvt-metrics" -version = "0.1.8" +version = "0.1.9" dependencies = [ "env_logger", "log", @@ -6486,7 +6486,7 @@ dependencies = [ [[package]] name = "subvt-network-status-server" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "async-trait", @@ -6511,7 +6511,7 @@ dependencies = [ [[package]] name = "subvt-network-status-updater" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "async-trait", @@ -6533,7 +6533,7 @@ dependencies = [ [[package]] name = "subvt-nft" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "lazy_static", @@ -6545,7 +6545,7 @@ dependencies = [ [[package]] name = "subvt-notification-generator" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "async-lock", @@ -6571,7 +6571,7 @@ dependencies = [ [[package]] name = "subvt-notification-processor" -version = "0.1.8" +version = "0.1.9" dependencies = [ "a2", "anyhow", @@ -6605,7 +6605,7 @@ dependencies = [ [[package]] name = "subvt-onekv-updater" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "async-trait", @@ -6626,7 +6626,7 @@ dependencies = [ [[package]] name = "subvt-persistence" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "chrono", @@ -6644,7 +6644,7 @@ dependencies = [ [[package]] name = "subvt-plotter" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "chrono", @@ -6666,7 +6666,7 @@ dependencies = [ [[package]] name = "subvt-proc-macro" -version = "0.1.8" +version = "0.1.9" dependencies = [ "proc-macro2", "quote", @@ -6675,7 +6675,7 @@ dependencies = [ [[package]] name = "subvt-report-service" -version = "0.1.8" +version = "0.1.9" dependencies = [ "actix-web", "anyhow", @@ -6697,7 +6697,7 @@ dependencies = [ [[package]] name = "subvt-service-common" -version = "0.1.8" +version = "0.1.9" dependencies = [ "actix-web", "anyhow", @@ -6714,7 +6714,7 @@ dependencies = [ [[package]] name = "subvt-substrate-client" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "async-lock", @@ -6741,7 +6741,7 @@ dependencies = [ [[package]] name = "subvt-telegram-bot" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "async-trait", @@ -6774,7 +6774,7 @@ dependencies = [ [[package]] name = "subvt-telemetry-processor" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "async-lock", @@ -6797,7 +6797,7 @@ dependencies = [ [[package]] name = "subvt-types" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "chrono", @@ -6846,7 +6846,7 @@ dependencies = [ [[package]] name = "subvt-utility" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "hex", @@ -6856,7 +6856,7 @@ dependencies = [ [[package]] name = "subvt-validator-details-server" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "async-trait", @@ -6880,7 +6880,7 @@ dependencies = [ [[package]] name = "subvt-validator-list-server" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "async-trait", @@ -6906,7 +6906,7 @@ dependencies = [ [[package]] name = "subvt-validator-list-updater" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "async-lock", diff --git a/_docker/compose/.env.sample b/_docker/compose/.env.sample index 8d2b9210..fcb362af 100644 --- a/_docker/compose/.env.sample +++ b/_docker/compose/.env.sample @@ -1,4 +1,4 @@ -VERSION=0.1.8 +VERSION=0.1.9 ENV=production LOG_LEVEL=debug diff --git a/subvt-app-service/Cargo.toml b/subvt-app-service/Cargo.toml index bc334a51..6b61207d 100644 --- a/subvt-app-service/Cargo.toml +++ b/subvt-app-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-app-service" -version = "0.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-block-processor/Cargo.toml b/subvt-block-processor/Cargo.toml index 9bd8b6fb..b8c02956 100644 --- a/subvt-block-processor/Cargo.toml +++ b/subvt-block-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-block-processor" -version = "0.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-config/Cargo.toml b/subvt-config/Cargo.toml index d543affa..c5f8970d 100644 --- a/subvt-config/Cargo.toml +++ b/subvt-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-config" -version = "0.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-governance/Cargo.toml b/subvt-governance/Cargo.toml index 194c6fd9..e076032a 100644 --- a/subvt-governance/Cargo.toml +++ b/subvt-governance/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-governance" -version = "0.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-logging/Cargo.toml b/subvt-logging/Cargo.toml index 39eebc48..35dc16ea 100644 --- a/subvt-logging/Cargo.toml +++ b/subvt-logging/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-logging" -version = "0.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-metrics/Cargo.toml b/subvt-metrics/Cargo.toml index ca897887..d9707344 100644 --- a/subvt-metrics/Cargo.toml +++ b/subvt-metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-metrics" -version = "0.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-network-status-server/Cargo.toml b/subvt-network-status-server/Cargo.toml index 3e52cb2b..44dd56df 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.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-network-status-updater/Cargo.toml b/subvt-network-status-updater/Cargo.toml index d6dbfdf3..dbc0af11 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.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-nft/Cargo.toml b/subvt-nft/Cargo.toml index 7dee8eca..f6bf536e 100644 --- a/subvt-nft/Cargo.toml +++ b/subvt-nft/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-nft" -version = "0.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-notification-generator/Cargo.toml b/subvt-notification-generator/Cargo.toml index 3c8e4fc2..a59f799d 100644 --- a/subvt-notification-generator/Cargo.toml +++ b/subvt-notification-generator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-notification-generator" -version = "0.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-notification-processor/Cargo.toml b/subvt-notification-processor/Cargo.toml index 17988dec..2aae6c17 100644 --- a/subvt-notification-processor/Cargo.toml +++ b/subvt-notification-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-notification-processor" -version = "0.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-onekv-updater/Cargo.toml b/subvt-onekv-updater/Cargo.toml index 9fde3053..05d1db0a 100644 --- a/subvt-onekv-updater/Cargo.toml +++ b/subvt-onekv-updater/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-onekv-updater" -version = "0.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-persistence/Cargo.toml b/subvt-persistence/Cargo.toml index 2263e72d..5606e04b 100644 --- a/subvt-persistence/Cargo.toml +++ b/subvt-persistence/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-persistence" -version = "0.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-plotter/Cargo.toml b/subvt-plotter/Cargo.toml index 1a1cef96..cd92b9ef 100644 --- a/subvt-plotter/Cargo.toml +++ b/subvt-plotter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-plotter" -version = "0.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-proc-macro/Cargo.toml b/subvt-proc-macro/Cargo.toml index f7d40a79..0e7332f1 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.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-report-service/Cargo.toml b/subvt-report-service/Cargo.toml index 0784ea38..62d53cc2 100644 --- a/subvt-report-service/Cargo.toml +++ b/subvt-report-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-report-service" -version = "0.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-service-common/Cargo.toml b/subvt-service-common/Cargo.toml index c08e0892..6fff4c39 100644 --- a/subvt-service-common/Cargo.toml +++ b/subvt-service-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-service-common" -version = "0.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-substrate-client/Cargo.toml b/subvt-substrate-client/Cargo.toml index acbde63c..95d83280 100644 --- a/subvt-substrate-client/Cargo.toml +++ b/subvt-substrate-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-substrate-client" -version = "0.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-telegram-bot/Cargo.toml b/subvt-telegram-bot/Cargo.toml index b39141c3..45028937 100644 --- a/subvt-telegram-bot/Cargo.toml +++ b/subvt-telegram-bot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-telegram-bot" -version = "0.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-telemetry-processor/Cargo.toml b/subvt-telemetry-processor/Cargo.toml index d471a7bf..ee20ea48 100644 --- a/subvt-telemetry-processor/Cargo.toml +++ b/subvt-telemetry-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-telemetry-processor" -version = "0.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-types/Cargo.toml b/subvt-types/Cargo.toml index 491e5c41..261cb3d0 100644 --- a/subvt-types/Cargo.toml +++ b/subvt-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-types" -version = "0.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-utility/Cargo.toml b/subvt-utility/Cargo.toml index e7069ceb..cd057ec5 100644 --- a/subvt-utility/Cargo.toml +++ b/subvt-utility/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-utility" -version = "0.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-validator-details-server/Cargo.toml b/subvt-validator-details-server/Cargo.toml index 0ead27d9..7d0f3ef2 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.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-validator-list-server/Cargo.toml b/subvt-validator-list-server/Cargo.toml index cfdc7ad8..15e9fa0a 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.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-validator-list-updater/Cargo.toml b/subvt-validator-list-updater/Cargo.toml index 2048c916..f091a236 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.1.8" +version = "0.1.9" edition = "2021" rust-version = "1.60.0"