Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 16, 2024
1 parent ff9eaeb commit 01dbcea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "6.0.0"

0 comments on commit 01dbcea

Please sign in to comment.