diff --git a/Cargo.lock b/Cargo.lock index 4a7508a..874711f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1696,27 +1696,23 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "idf-im-lib" -version = "0.1.10" -source = "git+https://github.com/espressif/idf-im-lib.git?tag=v0.1.10#2371d3cf4604149bc2c1c54dd0b03bd54d62488d" +version = "0.1.12" +source = "git+https://github.com/espressif/idf-im-lib.git?tag=v0.1.12#fb6890a41a4d333b737ac4ade413e347904167ab" dependencies = [ "anyhow", - "colored", "config", "decompress", "dirs 5.0.1", "git2", "log", - "regex", "reqwest", "rust_search", "serde", "serde_derive", "serde_json", "sha2", - "sys-info", "tempfile", "tera", - "tokio", "toml 0.8.19", "uuid", ] @@ -3602,16 +3598,6 @@ dependencies = [ "futures-core", ] -[[package]] -name = "sys-info" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c" -dependencies = [ - "cc", - "libc", -] - [[package]] name = "system-configuration" version = "0.6.1" diff --git a/Cargo.toml b/Cargo.toml index b9ab4cb..41d8745 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] tokio = {version = "1.37.0", features=["full"]} -idf-im-lib = { git = "https://github.com/espressif/idf-im-lib.git", tag="v0.1.10" } +idf-im-lib = { git = "https://github.com/espressif/idf-im-lib.git", tag="v0.1.12" } clap = {version = "4.5", features = ["cargo", "derive", "color"]} crossterm = "0.27.0" dialoguer = { git = "https://github.com/Hahihula/dialoguer.git", branch = "folder-select", features = ["folder-select"] }