|
1 | 1 | [package]
|
2 | 2 | name = "espflash"
|
3 |
| -version = "2.0.0-dev" |
| 3 | +version = "2.0.0-rc.1" |
4 | 4 | authors = [
|
5 | 5 | "Robin Appelman <[email protected]>",
|
6 | 6 | "Jesse Braham <[email protected]>",
|
@@ -38,21 +38,21 @@ required-features = ["cli"]
|
38 | 38 | addr2line = { version = "0.18.0", optional = true }
|
39 | 39 | base64 = "0.13.1"
|
40 | 40 | binread = "2.2.0"
|
41 |
| -bytemuck = { version = "1.12.1", features = ["derive"] } |
42 |
| -clap = { version = "4.0.18", features = ["derive"], optional = true } |
| 41 | +bytemuck = { version = "1.12.3", features = ["derive"] } |
| 42 | +clap = { version = "4.0.22", features = ["derive"], optional = true } |
43 | 43 | comfy-table = { version = "6.1.2", 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.1"
|
48 |
| -env_logger = { version = "0.9.1", optional = true } |
| 48 | +env_logger = { version = "0.9.3", optional = true } |
49 | 49 | flate2 = "1.0.24"
|
50 | 50 | indicatif = { version = "0.17.1", optional = true }
|
51 | 51 | lazy_static = { version = "1.4.0", optional = true }
|
52 | 52 | log = "0.4.17"
|
53 |
| -miette = { version = "5.3.0", features = ["fancy"] } |
| 53 | +miette = { version = "5.4.1", features = ["fancy"] } |
54 | 54 | parse_int = { version = "0.6.0", optional = true }
|
55 |
| -regex = { version = "1.6.0", optional = true } |
| 55 | +regex = { version = "1.7.0", optional = true } |
56 | 56 | rppal = { version = "0.13.1", optional = true }
|
57 | 57 | serde = { version = "1.0.147", features = ["derive"] }
|
58 | 58 | serde-hex = { version = "0.1.0", optional = true }
|
|
0 commit comments