diff --git a/appmgr/Cargo.lock b/appmgr/Cargo.lock index 80d36f861..712b1a1b4 100644 --- a/appmgr/Cargo.lock +++ b/appmgr/Cargo.lock @@ -2606,7 +2606,7 @@ dependencies = [ [[package]] name = "yajrc" version = "0.1.0" -source = "git+https://github.com/dr-bonez/yajrc#5a8df137808608accb69e78635fb6d70c4b1c2dc" +source = "git+https://github.com/dr-bonez/yajrc?rev=c2952a4a21c50f7be6f8003afa37ee77deb66d56#c2952a4a21c50f7be6f8003afa37ee77deb66d56" dependencies = [ "anyhow", "serde", diff --git a/appmgr/Cargo.toml b/appmgr/Cargo.toml index e68e062d7..110b05c82 100644 --- a/appmgr/Cargo.toml +++ b/appmgr/Cargo.toml @@ -55,4 +55,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 = { version = "0.1.0", git = "https://github.com/dr-bonez/yajrc" } +yajrc = { version = "0.1.0", git = "https://github.com/dr-bonez/yajrc", rev = "c2952a4a21c50f7be6f8003afa37ee77deb66d56" }