Skip to content

Commit 7b01dc3

Browse files
committed
Update serialport and all other outdated dependencies
1 parent ffb4767 commit 7b01dc3

File tree

3 files changed

+55
-89
lines changed

3 files changed

+55
-89
lines changed

Cargo.lock

Lines changed: 46 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-espflash/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ pkg-fmt = "bin"
3131
[dependencies]
3232
cargo_metadata = "0.14"
3333
cargo_toml = "0.11"
34-
clap = { version = "3.0", features = ["derive"] }
34+
clap = { version = "3.1", features = ["derive"] }
3535
crossterm = "0.23"
3636
espflash = { version = "1.4.0-dev", path = "../espflash" }
37-
miette = { version = "4.0", features = ["fancy"] }
37+
miette = { version = "4.3", features = ["fancy"] }
3838
serde = { version = "1.0", features = ["derive"] }
3939
thiserror = "1.0"
4040
toml = "0.5"

0 commit comments

Comments
 (0)