mirror of
https://github.com/uqbar-dao/nectar.git
synced 2025-01-03 06:11:01 +03:00
update deps
This commit is contained in:
parent
97435abfb2
commit
6c61387c35
16
Cargo.lock
generated
16
Cargo.lock
generated
@ -2414,18 +2414,6 @@ dependencies = [
|
|||||||
"winapi",
|
"winapi",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "docs"
|
|
||||||
version = "0.1.0"
|
|
||||||
dependencies = [
|
|
||||||
"anyhow",
|
|
||||||
"kinode_process_lib 0.9.1",
|
|
||||||
"process_macros",
|
|
||||||
"serde",
|
|
||||||
"serde_json",
|
|
||||||
"wit-bindgen",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "download"
|
name = "download"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
@ -3764,8 +3752,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "kit"
|
name = "kit"
|
||||||
version = "0.7.4"
|
version = "0.7.6"
|
||||||
source = "git+https://github.com/kinode-dao/kit?tag=v0.7.4#a995659fd1a41501d893cacf032175f343796096"
|
source = "git+https://github.com/kinode-dao/kit?rev=561a9df#561a9df81781370848019bac0a93e155531a6f62"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"alloy 0.1.4",
|
"alloy 0.1.4",
|
||||||
"alloy-sol-macro",
|
"alloy-sol-macro",
|
||||||
|
@ -15,7 +15,7 @@ path = "src/main.rs"
|
|||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
anyhow = "1.0.71"
|
anyhow = "1.0.71"
|
||||||
flate2 = "1.0"
|
flate2 = "1.0"
|
||||||
kit = { git = "https://github.com/kinode-dao/kit", tag = "v0.7.4" }
|
kit = { git = "https://github.com/kinode-dao/kit", rev = "561a9df" }
|
||||||
tar = "0.4"
|
tar = "0.4"
|
||||||
tokio = "1.28"
|
tokio = "1.28"
|
||||||
walkdir = "2.4"
|
walkdir = "2.4"
|
||||||
|
@ -11,7 +11,7 @@ license = "Apache-2.0"
|
|||||||
[lib]
|
[lib]
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
kit = { git = "https://github.com/kinode-dao/kit", tag = "v0.7.4" }
|
kit = { git = "https://github.com/kinode-dao/kit", rev = "561a9df" }
|
||||||
tokio = "1.28"
|
tokio = "1.28"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
Loading…
Reference in New Issue
Block a user