moving towards upgraded crates
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -21,10 +21,10 @@ categories = ["command-line-interface"]
|
||||
[workspace.dependencies]
|
||||
# Async and gRPC
|
||||
tokio = { version = "1.52.3", features = ["full"] }
|
||||
tonic = "0.13.1"
|
||||
prost = "0.13.5"
|
||||
tonic = "0.14.6"
|
||||
prost = "0.14.4"
|
||||
async-trait = "0.1.89"
|
||||
prost-types = "0.13.5"
|
||||
prost-types = "0.14.4"
|
||||
|
||||
# Data Handling & Serialization
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
@@ -38,7 +38,7 @@ lazy_static = "1.5.0"
|
||||
tracing = "0.1.44"
|
||||
|
||||
# Search crate
|
||||
tantivy = "0.24.2"
|
||||
tantivy = "0.26.1"
|
||||
|
||||
# Steel_decimal crate
|
||||
rust_decimal = { version = "1.42.0", features = ["maths", "serde"] }
|
||||
@@ -47,9 +47,9 @@ thiserror = "2.0.18"
|
||||
regex = "1.12.4"
|
||||
|
||||
# Canvas crate
|
||||
ratatui = { version = "0.29.0", features = ["crossterm"] }
|
||||
crossterm = "0.28.1"
|
||||
toml = "0.8.23"
|
||||
unicode-width = "0.2.0"
|
||||
ratatui = { version = "0.30.1", features = ["crossterm"] }
|
||||
crossterm = "0.29.0"
|
||||
toml = "1.1.2"
|
||||
unicode-width = "0.2.2"
|
||||
|
||||
common = { path = "./common" }
|
||||
|
||||
Reference in New Issue
Block a user