bumping up versions safely
This commit is contained in:
30
Cargo.toml
30
Cargo.toml
@@ -20,36 +20,36 @@ categories = ["command-line-interface"]
|
||||
|
||||
[workspace.dependencies]
|
||||
# Async and gRPC
|
||||
tokio = { version = "1.44.2", features = ["full"] }
|
||||
tonic = "0.13.0"
|
||||
tokio = { version = "1.52.3", features = ["full"] }
|
||||
tonic = "0.13.1"
|
||||
prost = "0.13.5"
|
||||
async-trait = "0.1.88"
|
||||
prost-types = "0.13.0"
|
||||
async-trait = "0.1.89"
|
||||
prost-types = "0.13.5"
|
||||
|
||||
# Data Handling & Serialization
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
time = "0.3.41"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.150"
|
||||
time = "0.3.47"
|
||||
|
||||
# Utilities & Error Handling
|
||||
anyhow = "1.0.98"
|
||||
anyhow = "1.0.102"
|
||||
dotenvy = "0.15.7"
|
||||
lazy_static = "1.5.0"
|
||||
tracing = "0.1.41"
|
||||
tracing = "0.1.44"
|
||||
|
||||
# Search crate
|
||||
tantivy = "0.24.1"
|
||||
tantivy = "0.24.2"
|
||||
|
||||
# Steel_decimal crate
|
||||
rust_decimal = { version = "1.37.2", features = ["maths", "serde"] }
|
||||
rust_decimal_macros = "1.37.1"
|
||||
thiserror = "2.0.12"
|
||||
regex = "1.11.1"
|
||||
rust_decimal = { version = "1.42.0", features = ["maths", "serde"] }
|
||||
rust_decimal_macros = "1.40.0"
|
||||
thiserror = "2.0.18"
|
||||
regex = "1.12.4"
|
||||
|
||||
# Canvas crate
|
||||
ratatui = { version = "0.29.0", features = ["crossterm"] }
|
||||
crossterm = "0.28.1"
|
||||
toml = "0.8.20"
|
||||
toml = "0.8.23"
|
||||
unicode-width = "0.2.0"
|
||||
|
||||
common = { path = "./common" }
|
||||
|
||||
Reference in New Issue
Block a user