bump kit build deps

This commit is contained in:
hosted-fornet 2024-09-16 15:24:28 -07:00
parent 44996f048b
commit dfb41ff725
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -3764,8 +3764,8 @@ dependencies = [
[[package]]
name = "kit"
version = "0.7.3"
source = "git+https://github.com/kinode-dao/kit?tag=v0.7.3#79aafcea89e72c98aa2af214ce7bc815530dee2d"
version = "0.7.4"
source = "git+https://github.com/kinode-dao/kit?tag=v0.7.4#a995659fd1a41501d893cacf032175f343796096"
dependencies = [
"alloy 0.1.4",
"alloy-sol-macro",

View File

@ -15,7 +15,7 @@ path = "src/main.rs"
[build-dependencies]
anyhow = "1.0.71"
flate2 = "1.0"
kit = { git = "https://github.com/kinode-dao/kit", tag = "v0.7.3" }
kit = { git = "https://github.com/kinode-dao/kit", tag = "v0.7.4" }
tar = "0.4"
tokio = "1.28"
walkdir = "2.4"

View File

@ -11,7 +11,7 @@ license = "Apache-2.0"
[lib]
[build-dependencies]
kit = { git = "https://github.com/kinode-dao/kit", tag = "v0.7.3" }
kit = { git = "https://github.com/kinode-dao/kit", tag = "v0.7.4" }
tokio = "1.28"
[dependencies]