Skip to content

Commit

Permalink
update dependencies, run clippy, fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Nov 3, 2022
1 parent 41e2fe0 commit 0e19c41
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 136 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mprober"
version = "0.11.0-beta.12"
version = "0.11.0-beta.13"
authors = ["Magic Len <[email protected]>"]
edition = "2021"
repository = "https://github.com/magiclen/m-prober"
Expand All @@ -19,9 +19,9 @@ codegen-units = 1
[dependencies]
mprober-lib = "0.1"

clap = "3.1.6"
clap = "3.2.23"
concat-with = "0.2"
terminal_size = "0.1"
terminal_size = "0.2"

byte-unit = "4"
termcolor = "1"
Expand Down
Loading

0 comments on commit 0e19c41

Please sign in to comment.