Skip to content

Commit 51a1e1d

Browse files
fix(deps): update grpc packages to 0.13.0
1 parent c349114 commit 51a1e1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

crates/zitadel-gen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ pbjson-types = { version = "0.7.0"}
6666
prost = { version = "0.13.1", default-features = false, features = ["std"] }
6767
prost-types = { version = "0.13.1", default-features = false }
6868
regex = { version = "1.5.5", default-features = false }
69-
tonic = "0.12.0"
69+
tonic = "0.13.0"
7070

7171
[build-dependencies]
72-
tonic-build = "0.12.0"
72+
tonic-build = "0.13.0"
7373
prost-build = { version = "0.13.1", default-features = false }
7474
pbjson-build = "0.7.0"

crates/zitadel/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ tokio = { version = "1.37.0", optional = true, features = [
118118
"macros",
119119
"rt-multi-thread",
120120
] }
121-
tonic = { version = "0.12.1", features = [
121+
tonic = { version = "0.13.0", features = [
122122
"tls",
123123
], optional = true }
124124
rocket_okapi = { version = "0.9.0", optional = true, default-features = false }
125125
schemars = {version = "0.8.21", optional = true}
126-
tonic-types = { version = "0.12.1", optional = true }
126+
tonic-types = { version = "0.13.0", optional = true }
127127

128128
zitadel-gen = { path = "../zitadel-gen", version = "2.69", optional = true }
129129

0 commit comments

Comments
 (0)