dependency updates, fix changed method name, add base64

This commit is contained in:
2025-03-07 01:41:27 +01:00
parent bd46188d6e
commit de0deaa638
10 changed files with 2166 additions and 1120 deletions

View File

@ -6,25 +6,25 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
console-api = "0.3"
prost-types = "0.10"
console-api = "0.3.0"
prost-types = "0.10.1"
tonic = { version = "0.7.2", default-features = false, features = [] }
hyper = { version = "0.14", default-features = false, features = ["http2", "server", "stream"] }
thread_local = "1.1"
tracing = "0.1"
tracing-core = "0.1"
tracing-subscriber = { version = "0.3", default-features = false, features = ["registry"] }
crossbeam-utils = "0.8"
crossbeam-channel = "0.5"
async-net = "1.6"
async-compat = "0.2"
async-channel = "1.6"
async-oneshot = "0.5"
async-io = "1.7"
tokio-util = "0.7"
futures-util = "0.3"
tokio = { version = "1.19", default-features = false, features = []}
hdrhistogram = "7.5"
hyper = { version = "0.14.32", default-features = false, features = ["http2", "server", "stream"] }
thread_local = "1.1.8"
tracing = "0.1.41"
tracing-core = "0.1.33"
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["registry"] }
crossbeam-utils = "0.8.21"
crossbeam-channel = "0.5.14"
async-net = "2.0.0"
async-compat = "0.2.4"
async-channel = "1.9.0"
async-oneshot = "0.5.9"
async-io = "2.4.0"
tokio-util = "0.7.13"
futures-util = "0.3.31"
tokio = { version = "1.43.0", default-features = false, features = []}
hdrhistogram = "7.5.4"
[dev-dependencies]
tracing-subscriber = "0.3"
tracing-subscriber = "0.3.19"