-
Notifications
You must be signed in to change notification settings - Fork 590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): Bump arrow-*, tonic, prost #12591
Merged
Merged
Changes from 6 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
1e32f98
chore(deps): Bump the arrow group with 6 updates
dependabot[bot] a2344d1
update all arrows to v47
wangrunji0408 5f3bb4d
update tonic to v0.10 and prost to v0.12
wangrunji0408 ce9dec4
fix clippy
wangrunji0408 9d69c31
update madsim-tonic-build to fix compile
wangrunji0408 4e497ce
Fix "cargo-hakari"
wangrunji0408 ba376cc
minor updates
xxchan 224ed27
Merge remote-tracking branch 'origin/main' into dependabot/cargo/arro…
xxchan 5cd0cc7
fix
xxchan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,10 +53,16 @@ futures-async-stream = { workspace = true } | |
glob = "0.3" | ||
google-cloud-pubsub = "0.20" | ||
http = "0.2" | ||
hyper = { version = "0.14", features = ["client", "tcp", "http1", "http2", "stream"] } | ||
hyper = { version = "0.14", features = [ | ||
"client", | ||
"tcp", | ||
"http1", | ||
"http2", | ||
"stream", | ||
] } | ||
hyper-tls = "0.5" | ||
icelake = { workspace = true } | ||
indexmap ={ version = "1.9.3", features = ["serde"] } | ||
indexmap = { version = "1.9.3", features = ["serde"] } | ||
itertools = "0.11" | ||
jni = { version = "0.21.1", features = ["invocation"] } | ||
jsonschema-transpiler = { git = "https://github.com/mozilla/jsonschema-transpiler", rev = "c1a89d720d118843d8bcca51084deb0ed223e4b4" } | ||
|
@@ -75,8 +81,8 @@ opendal = "0.39" | |
parking_lot = "0.12" | ||
paste = "1" | ||
prometheus = { version = "0.13", features = ["process"] } | ||
prost = { version = "0.11", features = ["no-recursion-limit"] } | ||
prost-reflect = "0.11" | ||
prost = { version = "0.12", features = ["no-recursion-limit"] } | ||
prost-reflect = "0.12" | ||
protobuf-native = "0.2.1" | ||
pulsar = { version = "6.0", default-features = false, features = [ | ||
"tokio-runtime", | ||
|
@@ -121,6 +127,7 @@ tokio-retry = "0.3" | |
tokio-stream = "0.1" | ||
tokio-util = { version = "0.7", features = ["codec", "io"] } | ||
tonic = { workspace = true } | ||
tonic_0_9 = { package = "tonic", version = "0.9" } | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 😄 |
||
tracing = "0.1" | ||
url = "2" | ||
urlencoding = "2" | ||
|
@@ -130,12 +137,12 @@ workspace-hack = { path = "../workspace-hack" } | |
|
||
[dev-dependencies] | ||
criterion = { workspace = true, features = ["async_tokio", "async"] } | ||
prost-types = "0.11" | ||
prost-types = "0.12" | ||
rand = "0.8" | ||
tempfile = "3" | ||
|
||
[build-dependencies] | ||
prost-build = "0.11" | ||
prost-build = "0.12" | ||
|
||
[[bench]] | ||
name = "parser" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: the remaining tonic 0.9.2 are:
console-subscriber
,google-cloud-gax
,google-cloud-googleapis
,etcd-client
,opentelemetry-otlp
,opentelemetry-proto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll update
etcd-client
after this PR. Other dependencies don't seem to have newer version.