|
1 | 1 | [package]
|
2 | 2 | name = "espflash"
|
3 |
| -version = "2.0.0-rc.1" |
| 3 | +version = "2.0.0-rc.2" |
4 | 4 | authors = [
|
5 | 5 | "Robin Appelman <[email protected]>",
|
6 | 6 | "Jesse Braham <[email protected]>",
|
@@ -35,26 +35,26 @@ path = "./src/bin/espflash.rs"
|
35 | 35 | required-features = ["cli"]
|
36 | 36 |
|
37 | 37 | [dependencies]
|
38 |
| -addr2line = { version = "0.18.0", optional = true } |
| 38 | +addr2line = { version = "0.19.0", optional = true } |
39 | 39 | base64 = "0.13.1"
|
40 | 40 | binread = "2.2.0"
|
41 | 41 | bytemuck = { version = "1.12.3", features = ["derive"] }
|
42 |
| -clap = { version = "4.0.25", features = ["derive"], optional = true } |
43 |
| -comfy-table = { version = "6.1.2", optional = true } |
| 42 | +clap = { version = "4.0.29", features = ["derive"], optional = true } |
| 43 | +comfy-table = { version = "6.1.3", optional = true } |
44 | 44 | crossterm = { version = "0.25.0", optional = true }
|
45 | 45 | dialoguer = { version = "0.10.2", optional = true }
|
46 | 46 | directories-next = { version = "2.0.0", optional = true }
|
47 | 47 | esp-idf-part = "0.1.2"
|
48 |
| -env_logger = { version = "0.9.3", optional = true } |
49 |
| -flate2 = "1.0.24" |
| 48 | +env_logger = { version = "0.10.0", optional = true } |
| 49 | +flate2 = "1.0.25" |
50 | 50 | indicatif = { version = "0.17.2", optional = true }
|
51 | 51 | lazy_static = { version = "1.4.0", optional = true }
|
52 | 52 | log = "0.4.17"
|
53 |
| -miette = { version = "5.4.1", features = ["fancy"] } |
| 53 | +miette = { version = "5.5.0", features = ["fancy"] } |
54 | 54 | parse_int = { version = "0.6.0", optional = true }
|
55 | 55 | regex = { version = "1.7.0", optional = true }
|
56 |
| -rppal = { version = "0.14.0", optional = true } |
57 |
| -serde = { version = "1.0.147", features = ["derive"] } |
| 56 | +rppal = { version = "0.14.1", optional = true } |
| 57 | +serde = { version = "1.0.148", features = ["derive"] } |
58 | 58 | serde-hex = { version = "0.1.0", optional = true }
|
59 | 59 | serialport = "4.2.0"
|
60 | 60 | sha2 = "0.10.6"
|
|
0 commit comments