@@ -27,13 +27,7 @@ rust-version = "1.80.0"
2727pilota = " 0.11"
2828pilota-build = " 0.11"
2929pilota-thrift-parser = " 0.11"
30- # pilota = { git = "https://github.com/cloudwego/pilota.git", branch = "main" }
31- # pilota-build = { git = "https://github.com/cloudwego/pilota.git", branch = "main" }
32- # pilota-thrift-parser = { git = "https://github.com/cloudwego/pilota.git", branch = "main" }
33-
3430motore = " 0.4"
35- # motore = { git = "https://github.com/cloudwego/motore.git", branch = "main" }
36-
3731metainfo = " 0.7"
3832
3933ahash = " 0.8"
@@ -58,11 +52,11 @@ futures = "0.3"
5852futures-util = " 0.3"
5953flate2 = " 1"
6054git2 = { version = " 0.20" , default-features = false }
61- governor = " 0.8 "
55+ governor = " 0.10 "
6256h2 = " 0.4"
6357heck = " 0.5"
6458hex = " 0.4"
65- hickory-resolver = " 0.24 "
59+ hickory-resolver = " 0.25 "
6660http = " 1"
6761http-body = " 1"
6862http-body-util = " 0.1"
@@ -110,17 +104,17 @@ serde_urlencoded = "0.7"
110104serde_yaml = " 0.9"
111105simdutf8 = " 0.1"
112106socket2 = " 0.5"
113- sonic-rs = " 0.3 "
107+ sonic-rs = " 0.5 "
114108syn = " 2"
115- sysinfo = " 0.33 "
109+ sysinfo = " 0.34 "
116110tempfile = " 3"
117111thiserror = " 2"
118112tokio = " 1"
119113tokio-stream = " 0.1"
120114tokio-test = " 0.4"
121115tokio-util = " 0.7"
122- tonic = " 0.12 "
123- tonic-web = " 0.12 "
116+ tonic = " 0.13 "
117+ tonic-web = " 0.13 "
124118tower = " 0.5"
125119tracing = " 0.1"
126120tracing-subscriber = " 0.3"
@@ -152,3 +146,10 @@ codegen-units = 1
152146panic = ' unwind'
153147incremental = false
154148overflow-checks = false
149+
150+ [patch .crates-io ]
151+ # pilota = { git = "https://github.com/cloudwego/pilota.git", branch = "main" }
152+ # pilota-build = { git = "https://github.com/cloudwego/pilota.git", branch = "main" }
153+ # pilota-thrift-parser = { git = "https://github.com/cloudwego/pilota.git", branch = "main" }
154+ # motore = { git = "https://github.com/cloudwego/motore.git", branch = "main" }
155+ # metainfo = { git = "https://github.com/cloudwego/metainfo.git", branch = "main"}
0 commit comments