Update to waku rc 1 (#80)

This commit is contained in:
Daniel Sanchez 2023-02-22 15:55:59 +01:00 committed by GitHub
parent 7f609db62a
commit 55aece674b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -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]

View File

@ -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" }

View File

@ -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"