Skip to content

Commit 1ef039a

Browse files
build: bump tonic from 0.12.3 to 0.14.2
Bumps [tonic](https://github.com/hyperium/tonic) from 0.12.3 to 0.14.2. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.12.3...v0.14.2) --- updated-dependencies: - dependency-name: tonic dependency-version: 0.14.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c03594 commit 1ef039a

File tree

2 files changed

+57
-14
lines changed

2 files changed

+57
-14
lines changed

Cargo.lock

Lines changed: 56 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

implementations/rust/ockam/ockam_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ utoipa = { version = "^5.3", features = ["yaml", "openapi_extensions", "non_stri
126126
ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.71.0", features = ["cbor", "serde"] }
127127
ockam_transport_core = { path = "../ockam_transport_core", version = "^0.104.0" }
128128
ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.140.0", default-features = false, features = ["std"] }
129-
tonic = { version = "0.12", features = ["default", "gzip"] }
129+
tonic = { version = "0.14", features = ["default", "gzip"] }
130130

131131
[dependencies.ockam_core]
132132
version = "0.126.0"

0 commit comments

Comments
 (0)