Skip to content

Commit 4b1cc5e

Browse files
fix(deps): update grpc packages to 0.14.0
1 parent c349114 commit 4b1cc5e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

crates/zitadel-gen/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ proto_full = ["zitadel-action-v1","zitadel-admin-v1","zitadel-app-v1","zitadel-a
6363
[dependencies]
6464
anyhow = "1.0"
6565
pbjson-types = { version = "0.7.0"}
66-
prost = { version = "0.13.1", default-features = false, features = ["std"] }
67-
prost-types = { version = "0.13.1", default-features = false }
66+
prost = { version = "0.14.0", default-features = false, features = ["std"] }
67+
prost-types = { version = "0.14.0", default-features = false }
6868
regex = { version = "1.5.5", default-features = false }
69-
tonic = "0.12.0"
69+
tonic = "0.14.0"
7070

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

crates/zitadel/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ jsonwebtoken = { version = "9.3.0", optional = true }
106106
moka = { version = "0.12.8", features = ["future"], optional = true }
107107
openidconnect = { version = "4.0.0", optional = true }
108108
pbjson-types = { version = "0.7.0", optional = true }
109-
prost = { version = "0.13.1", optional = true }
110-
prost-types = { version = "0.13.1", optional = true }
109+
prost = { version = "0.14.0", optional = true }
110+
prost-types = { version = "0.14.0", optional = true }
111111
reqwest = { version = "0.12.12", features = ["json", "rustls-tls"], default-features = false, optional = true }
112112
rocket = { version = "0.5.0", optional = true }
113113
serde = { version = "1.0.200", features = ["derive"], optional = true }
@@ -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.14.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.14.0", optional = true }
127127

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

0 commit comments

Comments
 (0)