Remove unused deps added to binstalk-git-repo-api

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2024-06-03 23:43:48 +10:00
parent 03ae2b78d0
commit 54f88e03d5
No known key found for this signature in database
GPG key ID: 76D1E687CA3C4928
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -354,7 +354,6 @@ version = "0.1.0"
dependencies = [
"binstalk-downloader",
"compact_str",
"futures-core",
"percent-encoding",
"serde",
"serde-tuple-vec-map",

View file

@ -14,7 +14,6 @@ binstalk-downloader = { version = "0.10.3", path = "../binstalk-downloader", def
"json",
] }
compact_str = "0.7.0"
futures-core = "0.3.30"
percent-encoding = "2.2.0"
serde = { version = "1.0.163", features = ["derive"] }
serde-tuple-vec-map = "1.0.1"