build: ⬆️ Upgrade dependencies and bump version

This commit is contained in:
Sergio Gasquez
2023-02-13 15:48:20 +01:00
parent abec7e4c6f
commit 1869ed15f2
3 changed files with 207 additions and 23 deletions

View File

@ -1,11 +1,11 @@
[package]
name = "web-flash"
version = "0.1.0"
version = "0.2.1"
edition = "2021"
[dependencies]
rocket = "0.5.0-rc.2"
espflash = { rev = "55bce336c6718c1c7f019e4da718f97c8cdf1b95", git = "https://github.com/esp-rs/espflash" }
clap = { version = "3.1.18", features=["env"] }
opener = "0.5.0"
anyhow = "1.0.57"
clap = { version = "4.1.4", features = ["env", "derive"] }
opener = "0.5.2"
anyhow = "1.0.69"