diff --git a/Cargo.lock b/Cargo.lock index f7492c2..b5d0c14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1698,7 +1698,7 @@ dependencies = [ [[package]] name = "idf-im-lib" version = "0.1.0" -source = "git+ssh://git@github.com/espressif/idf-im-lib.git?branch=master#2598c4a2cb520599063ec962ff6856f7d77aa616" +source = "git+https://github.com/espressif/idf-im-lib.git?branch=master#2598c4a2cb520599063ec962ff6856f7d77aa616" dependencies = [ "colored", "decompress", diff --git a/Cargo.toml b/Cargo.toml index 13d59e5..888d74c 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 = "ssh://git@github.com/espressif/idf-im-lib.git", branch="master" } +idf-im-lib = { git = "https://github.com/espressif/idf-im-lib.git", branch="master" } clap = {version = "4.5", features = ["cargo", "derive"]} ratatui = "0.26.3" crossterm = "0.27.0"