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 10, 2022
1 parent 41d0721 commit 314b68f
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 79 deletions.
126 changes: 53 additions & 73 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 = "0.21.0"
bat = "0.22.1"
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 = "3.2.20", features = ["cargo", "env"] }
dirs = "4.0.0"
edit = "0.1.4"
exitcode = "1.1.2"
Expand All @@ -23,7 +23,7 @@ lazy_static = "1.4.0"
quit = "1.1.4"
regex = "1.6.0"
reqwest = { version = "0.11.11", features = ["blocking", "json"] }
rust-apt = "0.3.0"
serde = { version = "1.0.142", features = ["derive"] }
serde_json = "1.0.83"
rust-apt = "0.4.1"
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"
tempfile = "3.3.0"

0 comments on commit 314b68f

Please sign in to comment.