Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Dec 2, 2021
1 parent 407869a commit b63fb5f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 27 deletions.
58 changes: 35 additions & 23 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions cargo-crev/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = '2018'
name = "cargo-crev"
version = "0.21.3"
version = "0.21.4"
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>", "Kornel Lesiński <kornel@geekhood.net>"]
categories = ["development-tools::cargo-plugins"]
default-run = "cargo-crev"
Expand All @@ -28,9 +28,9 @@ crev-wot = { path = "../crev-wot", version = "0.22" }
crev-lib = { path = "../crev-lib", version = "0.22.1" }
anyhow = "1.0.48"
atty = "0.2.14"
cargo = "0.57.0"
cargo-platform = "0.1.1"
crates_io_api = "0.7.2"
cargo = "0.58.0"
cargo-platform = "0.1.2"
crates_io_api = "0.7.3"
crossbeam = "0.8.1"
chrono = { version = "0.4.19", default-features = false }
env_logger = { version = "0.9.0", default-features = false, features = ["termcolor", "atty", "humantime"] }
Expand Down

0 comments on commit b63fb5f

Please sign in to comment.