Skip to content

Commit 16763e2

Browse files
authored
update tonic ☁️ + chill renovate (#336)
1 parent f9f077e commit 16763e2

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

Cargo.lock

+7-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ example_service = { path = "protos/example_service" }
1919
escapist_proto = { path = "protos/escapist" }
2020
prost = { version = "0.13.3" }
2121
prost-types = { version = "0.13.3", default-features = false }
22-
tonic = { version = "0.12.2", features = ["transport"] }
23-
tonic-build = "0.12.2"
22+
tonic = { version = "0.12.3", features = ["transport"] }
23+
tonic-build = "0.12.3"
2424
tokio = { version = "1.40.0", default-features = false, features = ["macros", "net", "rt-multi-thread", "signal"] }
2525
protoc-gen-tonic = "0.4.1"
2626
protoc-gen-prost = "0.4.0"

MODULE.bazel.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

renovate.json

+3
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended"
5+
],
6+
"schedule": [
7+
"every weekend"
58
]
69
}

0 commit comments

Comments
 (0)