From 013a42926d8d1dd9b6e7229d787be0b9170e4cdb Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Mon, 14 Jul 2025 03:27:25 +0000 Subject: [PATCH] fix(deps): update all dependencies --- crates/gitnow/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/gitnow/Cargo.toml b/crates/gitnow/Cargo.toml index fdd09a3..2ef12a0 100644 --- a/crates/gitnow/Cargo.toml +++ b/crates/gitnow/Cargo.toml @@ -22,18 +22,18 @@ dotenvy.workspace = true serde = { version = "1.0.197", features = ["derive"] } uuid = { version = "1.7.0", features = ["v4"] } async-trait = "0.1.82" -toml = "0.8.19" +toml = "0.9.0" gitea-client = { version = "1.22.1" } url = "2.5.2" -octocrab = "0.43.0" +octocrab = "0.44.0" dirs = "6.0.0" prost = "0.13.2" prost-types = "0.13.2" bytes = "1.7.1" nucleo-matcher = "0.3.1" ratatui = { version = "0.29.0", features = ["termwiz"] } -crossterm = { version = "0.28.0", features = ["event-stream"] } +crossterm = { version = "0.29.0", features = ["event-stream"] } futures = "0.3.30" termwiz = "0.23.0" regex = "1.11.1"