Skip to content

Commit

Permalink
chore(deps): Bump the tonic group with 2 updates (#15070)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Richard Chien <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Richard Chien <[email protected]>
  • Loading branch information
3 people authored Feb 16, 2024
1 parent 85dab13 commit f16c58d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions integration_tests/feature-store/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ edition = "2021"
[dependencies]
sqlx = { version = "0.7", features = ["runtime-tokio-native-tls", "postgres"] }
tokio = { version = "1", features = ["full"] }
tonic = "0.10.2"
tonic = "0.11.0"
reqwest = { version = "0.11", features = ["blocking"] }
rdkafka = { version = "0.34", features = ["cmake-build"] }
serde_json = "1.0"
prost = "0.12"
clap = "4.4.6"
tokio-postgres = "0.7.10"
tonic-build = "0.10.2"
tonic-build = "0.11.0"

[build-dependencies]
tonic-build = "0.10.2"
tonic-build = "0.11.0"

[[bin]]
name = "server"
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/feature-store/simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"

[dependencies]
tokio = { version = "1", features=["macros","rt", "rt-multi-thread"]}
tonic = "0.10.2"
tonic = "0.11.0"
reqwest = { version = "0.11"}
serde_json = "1.0"
serde_derive = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ parking_lot = "0.12"
paste = "1"
prometheus = { version = "0.13", features = ["process"] }
prost = { version = "0.12", features = ["no-recursion-limit"] }
prost-reflect = "0.12"
prost-reflect = "0.13"
prost-types = "0.12"
protobuf-native = "0.2.1"
pulsar = { version = "6.1", default-features = false, features = [
Expand Down Expand Up @@ -139,7 +139,7 @@ tokio-postgres = "0.7"
tokio-retry = "0.3"
tokio-stream = "0.1"
tokio-util = { version = "0.7", features = ["codec", "io"] }
tonic = "0.10.2"
tonic = { workspace = true }
tracing = "0.1"
url = "2"
urlencoding = "2"
Expand Down

0 comments on commit f16c58d

Please sign in to comment.