feat(cargo): Update collective dependency
... | ... | @@ -19,8 +19,8 @@ dbus-tokio = "0.7.4" |
tokio = {version = "1.0", features=["time", "net", "macros", "rt-multi-thread", "signal", "process", "io-std", "io-util"]} | ||
tokio-stream = "0.1" | ||
futures-channel = "0.3.17" | ||
collective = { git = "https://gitlab.chromabits.com/etcinit/collective.git", branch = "master" } | ||
clap = {version = "3.1", features=["derive"]} | ||
collective = { git = "https://gitlab.chromabits.com/etcinit/collective.git", reference = "29fcf5252b794afd51e066de2e79a6f7ae9fe805" } | ||
clap = { version = "3.1", features = ["derive"]} | ||
serde = "1.0.115" | ||
serde_derive = "1.0.115" | ||
num-derive = "0.3.3" | ||
... | ... |
Please register or sign in to comment