Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2022
1 parent 41d0721 commit b072fae
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 21 deletions.
57 changes: 41 additions & 16 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ categories = ["command-line-utilities"]
[dependencies]
bat = "0.21.0"
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.19", 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 b072fae

Please sign in to comment.