Skip to content

Commit 2f85df9

Browse files
chore: Update Rust crate tonic to 0.9.2, ||, ^0.10.0
1 parent 4fcf074 commit 2f85df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tokio = { workspace = true, features = ["fs", "rt-multi-thread"] }
4040
toml = "0.7.3"
4141
tracing = { version = "0.1", optional = true, features = ["log"] }
4242
uuid = { version = "1.2.1", features = ["v4"] }
43-
tonic = { version = "0.9.2", features = ["tls", "tls-roots"] }
43+
tonic = { version = "0.9.2, ||, ^0.10.0", features = ["tls", "tls-roots"] }
4444
zmq = { version = "0.10.0" }
4545
itertools = "0.11.0"
4646
derive_builder = "0.12.0"

0 commit comments

Comments
 (0)