Skip to content

Commit

Permalink
fix(deps): update tonic monorepo to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 16, 2024
1 parent 39b6584 commit 1f17d43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
zeebe-client = { path = "../client" }
clap = { version = "4.1", features = ["derive", "env"] }
color-eyre = "0.6"
tonic = { version = "0.8", features = ["tls", "tls-roots", "gzip"] }
tonic = { version = "0.11", features = ["tls", "tls-roots", "gzip"] }
tokio = { version = "1", features=["full"] }
tracing = { version="0.1.37", features = ["async-await", "log"] }
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
Expand Down
4 changes: 2 additions & 2 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ version = "0.1.0"
edition = "2021"

[dependencies]
tonic = { version = "0.8", features = ["tls", "tls-roots", "gzip"] }
tonic = { version = "0.11", features = ["tls", "tls-roots", "gzip"] }
prost = "0.11"
thiserror = "1.0"
tracing = { version="0.1", features = ["async-await"] }
oauth2 = { version = "4.3.0", features = ["ureq"] }

[build-dependencies]
tonic-build = { version = "0.8" }
tonic-build = { version = "0.11" }
prost-build = "0.11"
2 changes: 1 addition & 1 deletion worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ edition = "2021"

[dependencies]
zeebe-client = { path = "../client" }
tonic = "0.8"
tonic = "0.11"
tokio = { version = "1", features=["full"] }

0 comments on commit 1f17d43

Please sign in to comment.