Update all dependencies
This commit is contained in:
parent
43da9bad87
commit
40233de1ad
781
Cargo.lock
generated
781
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
27
Cargo.toml
27
Cargo.toml
@ -7,27 +7,20 @@ rust-version = "1.65"
|
||||
authors = [
|
||||
"Björn Quentin <bjoern.quentin@mobile-j.de>",
|
||||
"Sergio Gasquez Arcos <sergio.gasquez@gmail.com>",
|
||||
"Fabian Stamm <dev@fabianstamm.de>",
|
||||
]
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/esp-rs/esp-web-flash-server"
|
||||
keywords = [
|
||||
"cli",
|
||||
"embedded",
|
||||
"esp",
|
||||
]
|
||||
categories = [
|
||||
"command-line-utilities",
|
||||
"development-tools",
|
||||
"embedded",
|
||||
]
|
||||
keywords = ["cli", "embedded", "esp"]
|
||||
categories = ["command-line-utilities", "development-tools", "embedded"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
rocket = "0.5.0-rc.3"
|
||||
espflash = "2.0.0"
|
||||
esp-idf-part = "0.4.1"
|
||||
clap = { version = "4.3.5", features=["env", "derive"] }
|
||||
opener = "0.6.1"
|
||||
anyhow = "1.0.71"
|
||||
xmas-elf = "0.9.0"
|
||||
rocket = "0.5"
|
||||
espflash = "2.1"
|
||||
esp-idf-part = "0.4"
|
||||
clap = { version = "4", features = ["env", "derive"] }
|
||||
opener = "0.6"
|
||||
anyhow = "1"
|
||||
xmas-elf = "0.9"
|
||||
|
@ -69,7 +69,7 @@ fn index() -> content::RawHtml<&'static str> {
|
||||
<div id=\"main\" style=\"display: none;\">
|
||||
|
||||
<br>
|
||||
<script type=\"module\" src=\"https://unpkg.com/esp-web-tools@8.0.2/dist/web/install-button.js?module\">
|
||||
<script type=\"module\" src=\"https://unpkg.com/esp-web-tools@9.4.3/dist/web/install-button.js?module\">
|
||||
</script>
|
||||
<esp-web-install-button id=\"installButton\" manifest=\"manifest.json\"></esp-web-install-button>
|
||||
<br>
|
||||
|
Loading…
Reference in New Issue
Block a user