You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2023. It is now read-only.
## What is the goal of this PR?
We migrated the code from using 'grpc' crate to 'tonic'.
## What are the changes implemented in this PR?
Tonic is better-maintained and more active, so we should prefer it and use it across our Rust ecosystem.
Copy file name to clipboardExpand all lines: dependencies/vaticle/repositories.bzl
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,5 +21,12 @@ def vaticle_dependencies():
21
21
git_repository(
22
22
name="vaticle_dependencies",
23
23
remote="https://github.com/vaticle/dependencies",
24
-
commit="e3ba4970a3bb7db5e4725c0daa2a2a154ba9b3b8", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
24
+
commit="5be6d949ca1e04e4179ea6acb3432be713b9dfb8", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
commit="78e529dc5d40221aed5cc754906246b02f3635c2", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
session_close_failed:Message::new(TEMPLATES.client,17,"Failed to close session. It may still be open on the server, or it may already have been closed previously.")
146
+
session_close_failed:Message::new(TEMPLATES.client,17,"Failed to close session. It may still be open on the server, or it may already have been closed previously."),
147
+
session_was_never_closed:Message::new(TEMPLATES.client,18,"A session went out of scope without being closed. Sessions should always be closed by awaiting Session::close."),
144
148
},
145
149
concept:ConceptMessages{
146
150
invalid_concept_casting:Message::new(TEMPLATES.concept,1,"Invalid concept conversion from '{}' to '{}'"),
0 commit comments