Skip to content

Commit 6dc2b9a

Browse files
build: Update deps (#948)
1 parent ac5fc82 commit 6dc2b9a

File tree

3 files changed

+80
-66
lines changed

3 files changed

+80
-66
lines changed

Cargo.lock

Lines changed: 76 additions & 62 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
@@ -21,11 +21,11 @@ bin-dir = "{ bin }{ binary-ext }"
2121
pkg-fmt = "zip"
2222

2323
[dependencies]
24-
cargo_metadata = "0.20"
24+
cargo_metadata = "0.22"
2525
clap = { version = "4.5", features = ["derive", "wrap_help"] }
2626
espflash = { version = "4.0", path = "../espflash" }
2727
log = "0.4"
2828
miette = { version = "7.6", features = ["fancy"] }
2929
serde = { version = "1.0", features = ["derive"] }
3030
thiserror = "2.0"
31-
toml = "0.8"
31+
toml = "0.9"

espflash/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ comfy-table = { version = "7.1", optional = true }
3939
crossterm = { version = "0.29", optional = true }
4040
ctrlc = { version = "3.4", optional = true }
4141
defmt-decoder = { version = "1.0", features = ["unstable"], optional = true }
42-
dialoguer = { version = "0.11", optional = true }
42+
dialoguer = { version = "0.12", optional = true }
4343
directories = { version = "6.0", optional = true }
4444
env_logger = { version = "0.11", optional = true }
4545
esp-idf-part = "0.6"
@@ -56,7 +56,7 @@ sha2 = "0.10"
5656
slip-codec = { version = "0.4", optional = true }
5757
strum = { version = "0.27", features = ["derive"] }
5858
thiserror = "2.0"
59-
toml = { version = "0.8", optional = true }
59+
toml = { version = "0.9", optional = true }
6060
update-informer = { version = "1.2", optional = true }
6161

6262
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)