From 67288a21205ff9de1037027d95157de7170c9e11 Mon Sep 17 00:00:00 2001 From: dayeon5470 Date: Tue, 1 Sep 2026 16:42:11 +0900 Subject: [PATCH] Update review-protocol dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 88aee92c..622f9700 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ num-derive = "0.4" num-traits = "0.2" rand = "0.9" regex = "1" -review-protocol = { git = "https://github.com/petabi/review-protocol.git", tag = "0.19.0" } +review-protocol = { git = "https://github.com/aicers/review-protocol.git", rev = "32ed9b0" } ring = { version = "0.17", features = ["std"] } rocksdb = "0.24" semver = "1"