diff --git a/Cargo.toml b/Cargo.toml
index 77f909bfd..687c78cce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,8 +34,8 @@ taurus = { path = "taurus" }
mega = { path = "mega" }
mono = { path = "mono" }
-anyhow = "1.0.86"
-serde = "1.0.205"
+anyhow = "1.0.87"
+serde = "1.0.210"
serde_json = "1.0.128"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
@@ -44,7 +44,7 @@ thiserror = "1.0.63"
rand = "0.8.5"
smallvec = "1.13.2"
tokio = "1.40.0"
-tokio-stream = "0.1.15"
+tokio-stream = "0.1.16"
tokio-test = "0.4.4"
clap = "4.5.17"
async-trait = "0.1.82"
@@ -63,7 +63,7 @@ axum = "0.7.5"
axum-extra = "0.9.3"
axum-server = "0.7"
tower-http = "0.5.2"
-tower = "0.5.0"
+tower = "0.5.1"
hex = "0.4.3"
sea-orm = "1.0.1"
flate2 = "1.0.30"
@@ -73,7 +73,7 @@ idgenerator = "2.0.0"
num_cpus = "1.16.0"
config = "0.14.0"
shadow-rs = "0.34.0"
-reqwest = "0.12.5"
+reqwest = "0.12.7"
lazy_static = "1.5.0"
uuid = "1.10.0"
regex = "1.10.4"
diff --git a/ceres/src/api_service/mono_api_service.rs b/ceres/src/api_service/mono_api_service.rs
index cda4d35c3..237b953d1 100644
--- a/ceres/src/api_service/mono_api_service.rs
+++ b/ceres/src/api_service/mono_api_service.rs
@@ -214,21 +214,21 @@ impl MonoApiService {
Ok(mr_list.into_iter().map(|m| m.into()).collect())
}
- pub async fn mr_detail(&self, mr_id: i64) -> Result