diff --git a/Cargo.lock b/Cargo.lock index d608327..4a7508a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1696,8 +1696,8 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "idf-im-lib" -version = "0.1.9" -source = "git+https://github.com/espressif/idf-im-lib.git?tag=v0.1.9#3d6b712f85e16ede07eeee53f5c68f1458118cc7" +version = "0.1.10" +source = "git+https://github.com/espressif/idf-im-lib.git?tag=v0.1.10#2371d3cf4604149bc2c1c54dd0b03bd54d62488d" dependencies = [ "anyhow", "colored", diff --git a/Cargo.toml b/Cargo.toml index e4996cd..b9ab4cb 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.9" } +idf-im-lib = { git = "https://github.com/espressif/idf-im-lib.git", tag="v0.1.10" } 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"] }