Skip to content

Commit 7e1b5e7

Browse files
committed
add
1 parent cfb70b0 commit 7e1b5e7

File tree

11 files changed

+615
-282
lines changed

11 files changed

+615
-282
lines changed

Cargo.lock

Lines changed: 285 additions & 130 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,8 @@ hmac = "0.12.1"
288288
http = "0.2.12"
289289
humantime = "2.2.0"
290290
hyper = "0.14.32"
291-
hyper-proxy = "0.9.1"
291+
hyper-http-proxy = "1"
292+
hyper-util = "0.1.10"
292293
im = "15.1.0"
293294
indexmap = "2.10.0"
294295
indicatif = "0.18.0"
@@ -345,9 +346,9 @@ pretty_assertions = "1.4.1"
345346
prio-graph = "0.3.0"
346347
proc-macro2 = "1.0.97"
347348
proptest = "1.7"
348-
prost = "0.11.9"
349-
prost-build = "0.11.9"
350-
prost-types = "0.11.9"
349+
prost = "0.13"
350+
prost-build = "0.13"
351+
prost-types = "0.13"
351352
protobuf-src = "1.1.0"
352353
qstring = "0.7.2"
353354
qualifier_attr = { version = "0.2.2", default-features = false }
@@ -612,8 +613,8 @@ tokio-stream = "0.1.17"
612613
tokio-tungstenite = "0.20.1"
613614
tokio-util = "0.7.16"
614615
toml = "0.8.12"
615-
tonic = "0.9.2"
616-
tonic-build = "0.9.2"
616+
tonic = "0.13.1"
617+
tonic-build = "0.13.1"
617618
tower = "0.5.2"
618619
tracing = "0.1"
619620
trait-set = "0.3.0"

jito-protos/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ fn main() -> Result<(), std::io::Error> {
3434
"InstructionErrorType",
3535
"#[cfg_attr(test, derive(enum_iterator::Sequence))]",
3636
)
37-
.compile(&protos, &[proto_base_path])
37+
.compile_protos(&protos, &[proto_base_path])
3838
}

0 commit comments

Comments
 (0)