Update to waku rc 1 (#80)
This commit is contained in:
parent
7f609db62a
commit
55aece674b
|
@ -14,7 +14,7 @@ futures = "0.3"
|
|||
overwatch-rs = { git = "https://github.com/logos-co/Overwatch", branch = "main" }
|
||||
overwatch-derive = { git = "https://github.com/logos-co/Overwatch", branch = "main" }
|
||||
tracing = "0.1"
|
||||
multiaddr = "0.16"
|
||||
multiaddr = "0.17"
|
||||
nomos-core = { path = "../../nomos-core" }
|
||||
nomos-network = { path = "../../nomos-services/network", features = ["waku"] }
|
||||
nomos-log = { path = "../../nomos-services/log" }
|
||||
|
@ -26,4 +26,4 @@ serde_json = "1.0"
|
|||
serde_yaml = "0.9"
|
||||
color-eyre = "0.6.0"
|
||||
serde = "1"
|
||||
waku-bindings = "0.1.0-beta3"
|
||||
waku-bindings = "0.1.0-rc.1"
|
||||
|
|
|
@ -18,7 +18,7 @@ nomos-core = { path = "../../nomos-core" }
|
|||
tokio = { version = "1", features = ["sync"] }
|
||||
tokio-stream = "0.1"
|
||||
futures = "0.3"
|
||||
waku-bindings = { version = "0.1.0-beta4", optional = true}
|
||||
waku-bindings = { version = "0.1.0-rc.1", optional = true}
|
||||
tracing = "0.1"
|
||||
|
||||
[features]
|
||||
|
|
|
@ -20,7 +20,7 @@ thiserror = "1.0"
|
|||
tracing = "0.1"
|
||||
tokio = { version = "1", features = ["sync"] }
|
||||
tokio-stream = "0.1"
|
||||
waku-bindings = { version = "0.1.0-beta4", optional = true}
|
||||
waku-bindings = { version = "0.1.0-rc.1", optional = true}
|
||||
|
||||
[dev-dependencies]
|
||||
nomos-log = { path = "../log" }
|
||||
|
|
|
@ -19,7 +19,7 @@ tokio-stream = "0.1"
|
|||
thiserror = "1.0"
|
||||
tracing = "0.1"
|
||||
rand = { version = "0.8", optional = true }
|
||||
waku-bindings = { version = "0.1.0-beta4", optional = true }
|
||||
waku-bindings = { version = "0.1.0-rc.1", optional = true }
|
||||
tracing-appender = "0.2"
|
||||
tracing-subscriber = { version = "0.3", features = ["json"] }
|
||||
tracing-gelf = "0.7"
|
||||
|
|
Loading…
Reference in New Issue