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 Oct 9, 2022
1 parent 9e70736 commit c38b670
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 22 deletions.
24 changes: 8 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ 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.22.1", 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"] }
chrono = "0.4.22"
clap = { version = "4.0.11", features = ["cargo", "env"] }
dirs = "4.0.0"
edit = "0.1.4"
exitcode = "1.1.2"
Expand All @@ -23,10 +23,10 @@ lazy_static = "1.4.0"
makedeb-srcinfo = "0.8.0"
quit = "1.1.4"
regex = "1.6.0"
reqwest = { version = "0.11.11", features = ["blocking", "json"] }
reqwest = { version = "0.11.12", features = ["blocking", "json"] }
rust-apt = { git = "https://gitlab.com/volian/rust-apt", branch = "fix/tagfile-parsing" }
serde = { version = "1.0.142", features = ["derive"] }
serde_json = "1.0.83"
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.86"
tempfile = "3.3.0"
termsize = "0.1.6"
users = "0.11.0"
Expand Down

0 comments on commit c38b670

Please sign in to comment.