Skip to content

Commit 0e19c41

Browse files
committed
update dependencies, run clippy, fix a bug
1 parent 41e2fe0 commit 0e19c41

File tree

2 files changed

+136
-136
lines changed

2 files changed

+136
-136
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mprober"
3-
version = "0.11.0-beta.12"
3+
version = "0.11.0-beta.13"
44
authors = ["Magic Len <len@magiclen.org>"]
55
edition = "2021"
66
repository = "https://github.com/magiclen/m-prober"
@@ -19,9 +19,9 @@ codegen-units = 1
1919
[dependencies]
2020
mprober-lib = "0.1"
2121

22-
clap = "3.1.6"
22+
clap = "3.2.23"
2323
concat-with = "0.2"
24-
terminal_size = "0.1"
24+
terminal_size = "0.2"
2525

2626
byte-unit = "4"
2727
termcolor = "1"

0 commit comments

Comments
 (0)