Skip to content

Commit ac46095

Browse files
committed
Dependency updates. Bump version.
1 parent fa0614f commit ac46095

File tree

32 files changed

+934
-796
lines changed

32 files changed

+934
-796
lines changed

Cargo.lock

+875-709
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_docker/compose/.env.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.22.7
1+
VERSION=0.22.8
22
ENV=production
33
LOG_LEVEL=debug
44

subvt-app-service/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-app-service"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

subvt-block-processor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-block-processor"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

subvt-config/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "subvt-config"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

77
[dependencies]
8-
config = "0.14"
8+
config = "0.15"
99
serde = { version = "1.0", features = ["derive"] }

subvt-governance/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-governance"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

subvt-kline-updater/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-kline-updater"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

subvt-logging/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-logging"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

subvt-metrics/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-metrics"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

subvt-network-status-server/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-network-status-server"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

@@ -15,7 +15,7 @@ jsonrpsee = { version = "0.24", features = ["full"] }
1515
lazy_static = { workspace = true }
1616
log = { workspace = true }
1717
once_cell = "1"
18-
redis = { version = "0.27", features = ["tokio-comp"] }
18+
redis = { version = "0.29", features = ["tokio-comp"] }
1919
serde = { version = "1.0", features = ["derive"] }
2020
serde_json = "1.0"
2121
subvt-config = { path = "../subvt-config" }

subvt-network-status-updater/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-network-status-updater"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

@@ -11,7 +11,7 @@ chrono = "0.4"
1111
lazy_static = { workspace = true }
1212
log = { workspace = true }
1313
once_cell = "1"
14-
redis = { version = "0.27", features = ["tokio-comp"] }
14+
redis = { version = "0.29", features = ["tokio-comp"] }
1515
serde = { version = "1.0", features = ["derive"] }
1616
serde_json = "1.0"
1717
subvt-config = { path = "../subvt-config" }

subvt-nft/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-nft"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

subvt-notification-generator/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-notification-generator"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

@@ -14,7 +14,7 @@ futures-util = "0.3"
1414
lazy_static = { workspace = true }
1515
log = { workspace = true }
1616
once_cell = "1"
17-
redis = "0.27"
17+
redis = "0.29"
1818
rustc-hash = "2.0"
1919
serde = { version = "1.0", features = ["derive"] }
2020
serde_json = "1.0"

subvt-notification-processor/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-notification-processor"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

@@ -20,7 +20,7 @@ lazy_static = { workspace = true }
2020
lettre = { version = "0.11", default-features = true, features = ["tokio1-native-tls"]}
2121
log = { workspace = true }
2222
once_cell = "1"
23-
redis = { version = "0.27", features = ["tokio-comp"] }
23+
redis = { version = "0.29", features = ["tokio-comp"] }
2424
rustc-hash = "2.0"
2525
serde = { version = "1.0", features = ["derive"] }
2626
serde_json = "1.0"

subvt-onekv-updater/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-onekv-updater"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

subvt-persistence/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-persistence"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

@@ -9,7 +9,7 @@ anyhow = { workspace = true }
99
chrono = "0.4"
1010
lazy_static = { workspace = true }
1111
log = { workspace = true }
12-
redis = { version = "0.27", features = ["tokio-comp"] }
12+
redis = { version = "0.29", features = ["tokio-comp"] }
1313
rustc-hash = "2.0"
1414
serde = { version = "1.0" }
1515
serde_json = "1.0"

subvt-plotter/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-plotter"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

subvt-proc-macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ proc-macro = true
33

44
[package]
55
name = "subvt-proc-macro"
6-
version = "0.22.7"
6+
version = "0.22.8"
77
edition = "2021"
88
rust-version = "1.67.0"
99

subvt-referendum-updater/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-referendum-updater"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

subvt-report-service/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-report-service"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

@@ -14,7 +14,7 @@ hex = "0.4"
1414
lazy_static = { workspace = true }
1515
log = { workspace = true }
1616
once_cell = "1"
17-
redis = { version = "0.27", features = ["tokio-comp"] }
17+
redis = { version = "0.29", features = ["tokio-comp"] }
1818
rustc-hash = "2.0"
1919
serde = { version = "1.0", features = ["derive"] }
2020
subvt-config = { path = "../subvt-config" }

subvt-service-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-service-common"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

subvt-session-validator-performance-updater/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-session-validator-performance-updater"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

subvt-substrate-client/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-substrate-client"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

@@ -15,7 +15,7 @@ parity-scale-codec = { version = "3.6", default-features = false, features = ["d
1515
rustc-hash = "2.0"
1616
serde = { version = "1.0", features = ["derive"] }
1717
serde_json = "1.0"
18-
sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.2" }
18+
sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" }
1919
subvt-config = { path = "../subvt-config" }
2020
subvt-types = { path = "../subvt-types" }
2121
subvt-utility = { path = "../subvt-utility" }

subvt-telegram-bot/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-telegram-bot"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

@@ -10,7 +10,7 @@ async-recursion = "1.0"
1010
async-trait = "0.1"
1111
chrono = "0.4"
1212
enum-iterator = "2.0"
13-
frankenstein = { version = "0.35", default-features = false, features = ["async-http-client", "async-telegram-trait"] }
13+
frankenstein = { version = "0.38", default-features = false, features = ["async-http-client", "async-telegram-trait"] }
1414
itertools = { workspace = true }
1515
lazy_static = { workspace = true }
1616
log = { workspace = true }

subvt-telemetry-processor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-telemetry-processor"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

subvt-telemetry-processor/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use anyhow::Context;
66
use async_lock::Mutex;
77
use async_trait::async_trait;
88
use async_tungstenite::{tokio::connect_async, tungstenite::Message};
9-
use futures::{SinkExt, StreamExt};
9+
use futures::StreamExt;
1010
use lazy_static::lazy_static;
1111
use rustc_hash::FxHashMap as HashMap;
1212
use std::sync::mpsc::{self, Receiver, Sender};

subvt-types/Cargo.toml

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-types"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

@@ -9,31 +9,31 @@ anyhow = { workspace = true }
99
chrono = { version = "0.4", default-features = true, features = ["serde"] }
1010
enum-iterator = "2.0"
1111
frame-metadata = { version = "15.0", features = ["std", "v14"] }
12-
frame-support = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.2" }
13-
frame-system = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.2" }
12+
frame-support = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" }
13+
frame-system = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" }
1414
hex = "0.4"
1515
lazy_static = { workspace = true }
1616
log = { workspace = true }
1717
num-traits = { workspace = true }
18-
pallet-conviction-voting = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.2" }
19-
pallet-democracy = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.2" }
20-
pallet-identity = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.2" }
21-
pallet-im-online = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.2" }
22-
pallet-multisig = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.2" }
23-
pallet-referenda = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.2" }
24-
pallet-staking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.2" }
18+
pallet-conviction-voting = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" }
19+
pallet-democracy = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" }
20+
pallet-identity = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" }
21+
pallet-im-online = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" }
22+
pallet-multisig = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" }
23+
pallet-referenda = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" }
24+
pallet-staking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" }
2525
parity-scale-codec = { version = "3.6", default-features = false, features = ["derive", "full"] }
26-
polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.2" }
27-
polkadot-primitives = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.2" }
28-
polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.2" }
26+
polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" }
27+
polkadot-primitives = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" }
28+
polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" }
2929
rustc-hash = "2.0"
3030
scale-info = "2.10"
3131
serde = { version = "1.0", features = ["derive"] }
3232
serde_json = "1.0"
33-
sp-consensus-babe = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.2" }
34-
sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.2" }
35-
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.2" }
36-
sp-staking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.2" }
33+
sp-consensus-babe = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" }
34+
sp-core = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" }
35+
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" }
36+
sp-staking = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.16.5" }
3737
sqlx = { git = "https://github.com/helikon-labs/sqlx.git", branch = "helikon-increased-field-count", features = ["postgres", "runtime-tokio-rustls", "chrono", "bigdecimal"] }
3838
subvt-proc-macro = { path = "../subvt-proc-macro" }
3939
subvt-utility = { path = "../subvt-utility" }

subvt-utility/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-utility"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

subvt-validator-details-server/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-validator-details-server"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

@@ -16,7 +16,7 @@ jsonrpsee-core = "0.24"
1616
lazy_static = { workspace = true }
1717
log = { workspace = true }
1818
once_cell = "1"
19-
redis = { version = "0.27", features = ["tokio-comp"] }
19+
redis = { version = "0.29", features = ["tokio-comp"] }
2020
serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"
2222
subvt-config = { path = "../subvt-config" }

subvt-validator-list-server/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-validator-list-server"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

@@ -16,7 +16,7 @@ jsonrpsee = { version = "0.24", features = ["full"] }
1616
lazy_static = { workspace = true }
1717
log = { workspace = true }
1818
once_cell = "1"
19-
redis = { version = "0.27", features = ["tokio-comp"] }
19+
redis = { version = "0.29", features = ["tokio-comp"] }
2020
rustc-hash = "2.0"
2121
serde = { version = "1.0", features = ["derive"] }
2222
serde_json = "1.0"

subvt-validator-list-updater/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subvt-validator-list-updater"
3-
version = "0.22.7"
3+
version = "0.22.8"
44
edition = "2021"
55
rust-version = "1.67.0"
66

@@ -13,7 +13,7 @@ async-trait = "0.1"
1313
lazy_static = { workspace = true }
1414
log = { workspace = true }
1515
once_cell = "1"
16-
redis = { version = "0.27", features = ["tokio-comp"] }
16+
redis = { version = "0.29", features = ["tokio-comp"] }
1717
rustc-hash = "2.0"
1818
serde = { version = "1.0", features = ["derive"] }
1919
serde_json = "1.0"

0 commit comments

Comments
 (0)