fix(deps): update rust crate tonic to 0.13.0 #18

Open
kjuulh wants to merge 1 commits from renovate/tonic-monorepo into main

View File

@ -14,7 +14,7 @@ dotenv.workspace = true
serde = { version = "1.0.197", features = ["derive"] } serde = { version = "1.0.197", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4"] } uuid = { version = "1.7.0", features = ["v4"] }
tonic = { version = "0.12.3", features = ["tls", "tls-roots"] } tonic = { version = "0.13.0", features = ["tls", "tls-roots"] }
prost = "0.13.4" prost = "0.13.4"
prost-types = "0.13.4" prost-types = "0.13.4"
bytes = "1.9.0" bytes = "1.9.0"