Skip to content

Commit dc61c26

Browse files
chore(deps): update tonic monorepo to 0.13.0
1 parent 7588490 commit dc61c26

File tree

2 files changed

+29
-55
lines changed

2 files changed

+29
-55
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ serde = { version = "1.0.219", features = ["derive"] }
3333
sha2 = "0.11.0-pre.5"
3434
simplelog = { version = "0.12.2", features = ["paris"] }
3535
tokio = { version = "1.44.2", default-features = false, features = ["macros", "net", "rt-multi-thread", "signal"] }
36-
tonic = { version = "0.12.3", features = ["transport"] }
37-
tonic-build = "0.12.3"
36+
tonic = { version = "0.13.0", features = ["transport"] }
37+
tonic-build = "0.13.0"
3838
uuid = { version = "1.16.0", features = ["v4", "fast-rng"]}

0 commit comments

Comments
 (0)