diff --git a/appmgr/Cargo.lock b/appmgr/Cargo.lock index 8b00cb39e..80d36f861 100644 --- a/appmgr/Cargo.lock +++ b/appmgr/Cargo.lock @@ -2136,8 +2136,8 @@ version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1" dependencies = [ - "proc-macro2 1.0.24", - "quote 1.0.7", + "proc-macro2", + "quote", "syn", ] @@ -2606,6 +2606,7 @@ dependencies = [ [[package]] name = "yajrc" version = "0.1.0" +source = "git+https://github.com/dr-bonez/yajrc#5a8df137808608accb69e78635fb6d70c4b1c2dc" dependencies = [ "anyhow", "serde", diff --git a/appmgr/Cargo.toml b/appmgr/Cargo.toml index 07282f130..1050b25ce 100644 --- a/appmgr/Cargo.toml +++ b/appmgr/Cargo.toml @@ -54,4 +54,4 @@ simple-logging = "2.0" tokio = { version = "0.3.5", features = ["full"] } tokio-compat-02 = "0.1.2" tokio-tar = { version = "0.3.0", git = "https://github.com/dr-bonez/tokio-tar.git", rev = "1ba710f3" } -yajrc = { path = "../../yajrc" } +yajrc = { version = "0.1.0", git = "https://github.com/dr-bonez/yajrc" }