submodule dependencies (#530)

This commit is contained in:
Aiden McClelland
2021-09-24 14:01:55 -06:00
committed by GitHub
parent b41c0c2c29
commit 2638e2878e
4 changed files with 10 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ log = "0.4.11"
nix = "0.22.0"
openssh-keys = "0.5.0"
openssl = { version = "0.10.30", features = ["vendored"] }
patch-db = { version = "*", path = "../../patch-db/patch-db", features = [
patch-db = { version = "*", path = "../patch-db/patch-db", features = [
"log",
] }
pbkdf2 = "0.9.0"
@@ -88,7 +88,7 @@ regex = "1.4.2"
reqwest = { version = "0.11.2", features = ["stream", "json", "socks"] }
reqwest_cookie_store = "0.2.0"
rpassword = "5.0.0"
rpc-toolkit = { version = "*", path = "../../rpc-toolkit/rpc-toolkit" }
rpc-toolkit = { version = "*", path = "../rpc-toolkit/rpc-toolkit" }
rust-argon2 = "0.8.3"
scopeguard = "1.1" # because avahi-sys fucks your shit up
serde = { version = "1.0.118", features = ["derive", "rc"] }