From 799024f1e6b1092f8a657813a0c652c8a50c9536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 22:00:37 +0000 Subject: [PATCH] Update tonic requirement from 0.12.3 to 0.14.2 Updates the requirements on [tonic](https://github.com/hyperium/tonic) to permit the latest version. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.12.3...v0.13.1) --- updated-dependencies: - dependency-name: tonic dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sandbox/Cargo.toml | 2 +- server_libraries/libdatastore/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sandbox/Cargo.toml b/sandbox/Cargo.toml index c42eb37..423fec1 100644 --- a/sandbox/Cargo.toml +++ b/sandbox/Cargo.toml @@ -10,6 +10,6 @@ log = "0.4.26" nullnet-libdatastore = { path = "../server_libraries/libdatastore" } nullnet-liblogging = "0.3.0" tokio = { version = "1.43.0", features = ["rt-multi-thread"] } -tonic = { version = "0.12.3", features = ["tls", "tls-roots"] } +tonic = { version = "0.14.2", features = ["tls", "tls-roots"] } diff --git a/server_libraries/libdatastore/Cargo.toml b/server_libraries/libdatastore/Cargo.toml index 2c33937..7b48ebd 100644 --- a/server_libraries/libdatastore/Cargo.toml +++ b/server_libraries/libdatastore/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" nullnet-liberror = "0.1.1" prost = "0.13.4" prost-types = "0.13.4" -tonic = { version = "0.12.3", features = ["tls", "tls-roots"] } +tonic = { version = "0.14.2", features = ["tls", "tls-roots"] } log = "0.4.26" [build-dependencies]