Skip to content

Commit

Permalink
chore(deps): bump tonic from 0.12.2 to 0.12.3 in /rust (#2111)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 173afb5 commit 6aacb6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rust/Cargo.lock

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

2 changes: 1 addition & 1 deletion rust/numaflow-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
axum = "0.7.5"
axum-server = { version = "0.7.1", features = ["tls-rustls"] }
tonic = "0.12.2"
tonic = "0.12.3"
bytes = "1.7.1"
thiserror = "1.0.63"
tokio = { version = "1.39.3", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion rust/servesink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
tonic = "0.12.0"
tonic = "0.12.3"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
numaflow = { git = "https://github.com/numaproj/numaflow-rs.git", rev = "30d8ce1972fd3f0c0b8059fee209516afeef0088" }
tracing = "0.1.40"
Expand Down

0 comments on commit 6aacb6e

Please sign in to comment.