Update deps

This commit is contained in:
danielsanchezq 2023-10-09 16:20:29 +02:00
parent 89b8e27612
commit 4a562ec188
12 changed files with 19 additions and 19 deletions

View File

@ -9,8 +9,8 @@ mixnet-node = { path = "../../mixnet/node" }
nomos-log = { path = "../../nomos-services/log" } nomos-log = { path = "../../nomos-services/log" }
clap = { version = "4", features = ["derive"] } clap = { version = "4", features = ["derive"] }
color-eyre = "0.6.0" color-eyre = "0.6.0"
overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "6e6678b" } overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "ac28d01" }
overwatch-derive = { git = "https://github.com/logos-co/Overwatch", rev = "6e6678b" } overwatch-derive = { git = "https://github.com/logos-co/Overwatch", rev = "ac28d01" }
serde = "1" serde = "1"
serde_yaml = "0.9" serde_yaml = "0.9"
tracing = "0.1" tracing = "0.1"

View File

@ -14,8 +14,8 @@ chrono = "0.4"
futures = "0.3" futures = "0.3"
http = "0.2.9" http = "0.2.9"
hex = "0.4.3" hex = "0.4.3"
overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "6e6678b" } overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "ac28d01" }
overwatch-derive = { git = "https://github.com/logos-co/Overwatch", rev = "6e6678b" } overwatch-derive = { git = "https://github.com/logos-co/Overwatch", rev = "ac28d01" }
tracing = "0.1" tracing = "0.1"
multiaddr = "0.18" multiaddr = "0.18"
nomos-core = { path = "../../nomos-core" } nomos-core = { path = "../../nomos-core" }

View File

@ -15,8 +15,8 @@ clap = {version = "4", features = ["derive"] }
serde_yaml = "0.9" serde_yaml = "0.9"
futures = "0.3" futures = "0.3"
tokio = { version = "1", features = ["sync"] } tokio = { version = "1", features = ["sync"] }
overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "6e6678b" } overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "ac28d01" }
overwatch-derive = { git = "https://github.com/logos-co/Overwatch", rev = "6e6678b" } overwatch-derive = { git = "https://github.com/logos-co/Overwatch", rev = "ac28d01" }
nomos-network = { path = "../nomos-services/network", features = ["libp2p"] } nomos-network = { path = "../nomos-services/network", features = ["libp2p"] }
nomos-da = { path = "../nomos-services/data-availability", features = ["libp2p"] } nomos-da = { path = "../nomos-services/data-availability", features = ["libp2p"] }
nomos-libp2p = { path = "../nomos-libp2p"} nomos-libp2p = { path = "../nomos-libp2p"}

View File

@ -8,8 +8,8 @@ axum = ["dep:axum", "dep:hyper", "utoipa-swagger-ui/axum"]
[dependencies] [dependencies]
async-trait = "0.1" async-trait = "0.1"
overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "6e6678b" } overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "ac28d01" }
overwatch-derive = { git = "https://github.com/logos-co/Overwatch", rev = "6e6678b" } overwatch-derive = { git = "https://github.com/logos-co/Overwatch", rev = "ac28d01" }
tracing = "0.1" tracing = "0.1"
utoipa = "4.0" utoipa = "4.0"
utoipa-swagger-ui = { version = "4.0" } utoipa-swagger-ui = { version = "4.0" }

View File

@ -11,7 +11,7 @@ futures = "0.3"
moka = { version = "0.11", features = ["future"] } moka = { version = "0.11", features = ["future"] }
nomos-core = { path = "../../nomos-core" } nomos-core = { path = "../../nomos-core" }
nomos-network = { path = "../network" } nomos-network = { path = "../network" }
overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "6e6678b" } overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "ac28d01" }
serde = "1.0" serde = "1.0"
tracing = "0.1" tracing = "0.1"
tokio = { version = "1", features = ["sync", "macros"] } tokio = { version = "1", features = ["sync", "macros"] }

View File

@ -25,8 +25,8 @@ clap = { version = "4", features = ["derive", "env"], optional = true }
futures = "0.3" futures = "0.3"
http = "0.2.9" http = "0.2.9"
hyper = { version = "0.14", optional = true } hyper = { version = "0.14", optional = true }
overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "6e6678b" } overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "ac28d01" }
overwatch-derive = { git = "https://github.com/logos-co/Overwatch", rev = "6e6678b" } overwatch-derive = { git = "https://github.com/logos-co/Overwatch", rev = "ac28d01" }
parking_lot = { version = "0.12", optional = true } parking_lot = { version = "0.12", optional = true }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", optional = true } serde_json = { version = "1.0", optional = true }

View File

@ -7,7 +7,7 @@ edition = "2021"
[dependencies] [dependencies]
async-trait = "0.1" async-trait = "0.1"
overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "6e6678b" } overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "ac28d01" }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
tracing = "0.1" tracing = "0.1"
tracing-appender = "0.2" tracing-appender = "0.2"

View File

@ -12,7 +12,7 @@ futures = "0.3"
linked-hash-map = { version = "0.5.6", optional = true } linked-hash-map = { version = "0.5.6", optional = true }
nomos-network = { path = "../network" } nomos-network = { path = "../network" }
nomos-core = { path = "../../nomos-core" } nomos-core = { path = "../../nomos-core" }
overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "6e6678b" } overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "ac28d01" }
rand = { version = "0.8", optional = true } rand = { version = "0.8", optional = true }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0" thiserror = "1.0"
@ -23,7 +23,7 @@ chrono = "0.4"
[dev-dependencies] [dev-dependencies]
nomos-log = { path = "../log" } nomos-log = { path = "../log" }
overwatch-derive = { git = "https://github.com/logos-co/Overwatch", rev = "6e6678b" } overwatch-derive = { git = "https://github.com/logos-co/Overwatch", rev = "ac28d01" }
tokio = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] }
blake2 = "0.10" blake2 = "0.10"

View File

@ -15,8 +15,8 @@ async-trait = "0.1"
bytes = "1.3" bytes = "1.3"
clap = { version = "4", features = ["derive", "env"], optional = true } clap = { version = "4", features = ["derive", "env"], optional = true }
nomos-http = { path = "../http", optional = true } nomos-http = { path = "../http", optional = true }
overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "6e6678b" } overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "ac28d01" }
overwatch-derive = { git = "https://github.com/logos-co/Overwatch", rev = "6e6678b" } overwatch-derive = { git = "https://github.com/logos-co/Overwatch", rev = "ac28d01" }
once_cell = "1.16" once_cell = "1.16"
parking_lot = "0.12" parking_lot = "0.12"
prometheus = "0.13" prometheus = "0.13"

View File

@ -10,7 +10,7 @@ async-trait = "0.1"
bytes = "1.2" bytes = "1.2"
chrono = { version = "0.4", optional = true } chrono = { version = "0.4", optional = true }
humantime-serde = { version = "1", optional = true } humantime-serde = { version = "1", optional = true }
overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "6e6678b" } overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "ac28d01" }
multiaddr = "0.15" multiaddr = "0.15"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
sscanf = { version = "0.4", optional = true } sscanf = { version = "0.4", optional = true }

View File

@ -9,7 +9,7 @@ edition = "2021"
async-trait = "0.1" async-trait = "0.1"
tokio = { version = "1", features = ["sync"] } tokio = { version = "1", features = ["sync"] }
bytes = "1.2" bytes = "1.2"
overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "6e6678b" } overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "ac28d01" }
serde = "1.0" serde = "1.0"
sled = { version = "0.34", optional = true } sled = { version = "0.34", optional = true }
thiserror = "1.0" thiserror = "1.0"

View File

@ -10,7 +10,7 @@ nomos-consensus = { path = "../nomos-services/consensus" }
nomos-network = { path = "../nomos-services/network", features = ["libp2p"]} nomos-network = { path = "../nomos-services/network", features = ["libp2p"]}
nomos-log = { path = "../nomos-services/log" } nomos-log = { path = "../nomos-services/log" }
nomos-http = { path = "../nomos-services/http", features = ["http"] } nomos-http = { path = "../nomos-services/http", features = ["http"] }
overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "6e6678b" } overwatch-rs = { git = "https://github.com/logos-co/Overwatch", rev = "ac28d01" }
nomos-core = { path = "../nomos-core" } nomos-core = { path = "../nomos-core" }
consensus-engine = { path = "../consensus-engine", features = ["serde"] } consensus-engine = { path = "../consensus-engine", features = ["serde"] }
nomos-mempool = { path = "../nomos-services/mempool", features = ["mock", "libp2p"] } nomos-mempool = { path = "../nomos-services/mempool", features = ["mock", "libp2p"] }