diff --git a/Cargo.toml b/Cargo.toml index 84689c0..5f861b0 100644 --- a/Cargo.toml +++ b/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" } diff --git a/client b/client index 3515aca..e2dc8ab 160000 --- a/client +++ b/client @@ -1 +1 @@ -Subproject commit 3515acae03c63ec50fa913bf83728f29c732f5a1 +Subproject commit e2dc8ab2a217d8fa3cf264fe9cf7fe944e614e81 diff --git a/common/Cargo.toml b/common/Cargo.toml index c9756d0..d4fe3bb 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -7,14 +7,14 @@ license.workspace = true [dependencies] prost-types = { workspace = true } -tonic = "0.13.0" +tonic = "0.13.1" prost = "0.13.5" -serde = { version = "1.0.219", features = ["derive"] } +serde = { version = "1.0.228", features = ["derive"] } # Search tantivy = { workspace = true } serde_json.workspace = true [build-dependencies] -tonic-build = { version = "0.13.0", features = ["prost-build"] } -prost-build = "0.14.1" +tonic-build = { version = "0.13.1", features = ["prost-build"] } +prost-build = "0.14.4" diff --git a/server b/server index df150e8..1866f76 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit df150e8c0fa6e48a3fe1954cd1389f71fd0e62a2 +Subproject commit 1866f7694ac6a53bb46dc47f79b2cb5087506a10 diff --git a/tui-canvas b/tui-canvas index 5eb3ef1..47525a4 160000 --- a/tui-canvas +++ b/tui-canvas @@ -1 +1 @@ -Subproject commit 5eb3ef106b440333ddf622419b2a9f93b1ba4455 +Subproject commit 47525a4847a5c21389a6285b63345f314421192e