Merge pull request #241 from kinode-dao/hf/bump-kit-version-to-avoid-compile-warnings

bump kit version to avoid compile warnings
This commit is contained in:
nick.kino 2024-02-08 18:40:43 -08:00 committed by GitHub
commit 4047b5610c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ path = "src/main.rs"
[build-dependencies] [build-dependencies]
anyhow = "1.0.71" anyhow = "1.0.71"
kit = { git = "https://github.com/kinode-dao/kit", rev = "25b098f" } kit = { git = "https://github.com/kinode-dao/kit", rev = "0c43430" }
reqwest = { version = "0.11.22", features = ["blocking"] } reqwest = { version = "0.11.22", features = ["blocking"] }
sha2 = "0.10" sha2 = "0.10"
tokio = { version = "1.28", features = ["macros"] } tokio = { version = "1.28", features = ["macros"] }