From e88ff4b5c8fe8ec34ae2a9c49be304d498b138ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:49:29 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/pr.yml | 2 +- Cargo.toml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 63d2adb..b31ef66 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -9,7 +9,7 @@ jobs: run: sudo -E apt-get install git -y - name: Checkout Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run unit tests uses: stepchowfun/toast/.github/actions/toast@main diff --git a/Cargo.toml b/Cargo.toml index 0892dca..e4e5614 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,23 +11,23 @@ keywords = ["makedeb", "mpr", "apt", "mpr-helper", "helper"] categories = ["command-line-utilities"] [dependencies] -bat = { version = "0.21.0", default-features = false, features = ["paging", "regex-fancy"]} +bat = { version = "0.24.0", default-features = false, features = ["paging", "regex-fancy"]} colored = { git = "https://github.com/mackwic/colored" } chrono = "0.4.19" -clap = { version = "3.2.16", features = ["cargo", "env"] } -dirs = "4.0.0" +clap = { version = "4.0.0", features = ["cargo", "env"] } +dirs = "5.0.0" edit = "0.1.4" exitcode = "1.1.2" flate2 = "1.0.24" lazy_static = "1.4.0" makedeb-srcinfo = "0.8.0" -quit = "1.1.4" +quit = "2.0.0" regex = "1.6.0" -reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "json", "rustls-tls"] } +reqwest = { version = "0.12.0", default-features = false, features = ["blocking", "json", "rustls-tls"] } rust-apt = { git = "https://gitlab.com/volian/rust-apt", rev = "2f1633d26c9dee69d5852d1fcbf84b2586876555" } serde = { version = "1.0.142", features = ["derive"] } serde_json = "1.0.83" tempfile = "3.3.0" termsize = "0.1.6" users = "0.11.0" -which = "4.3.0" +which = "7.0.0"