From 6e38a7dbad9e9c85cbee575bedb9b8187bb09fbd Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 21 Mar 2026 01:34:56 +0000 Subject: [PATCH] fix(deps): update all dependencies --- .gitea/workflows/release.yaml | 2 +- crates/gitnow/Cargo.toml | 8 ++++---- mise.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 60b59fc..6cd78d0 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/crates/gitnow/Cargo.toml b/crates/gitnow/Cargo.toml index 321f900..5fdb439 100644 --- a/crates/gitnow/Cargo.toml +++ b/crates/gitnow/Cargo.toml @@ -22,17 +22,17 @@ 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 = "1.0.0" -reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-webpki-roots", "json"] } +reqwest = { version = "0.13", default-features = false, features = ["rustls-tls-webpki-roots", "json"] } url = "2.5.2" 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"] } +ratatui = { version = "0.30.0", features = ["termwiz"] } +crossterm = { version = "0.29.0", features = ["event-stream"] } futures = "0.3.30" termwiz = "0.23.0" regex = "1.11.1" diff --git a/mise.toml b/mise.toml index e551a4c..55204f4 100644 --- a/mise.toml +++ b/mise.toml @@ -1,5 +1,5 @@ [tools] -rust = "1.93" +rust = "1.94.0" goreleaser = "latest" zig = "latest" "cargo:cargo-zigbuild" = "latest"