Skip to content

Commit 4b4000c

Browse files
Bump the cargo-updates group with 3 updates
Bumps the cargo-updates group with 3 updates: [tonic](https://github.com/hyperium/tonic), [uuid](https://github.com/uuid-rs/uuid) and [tonic-prost](https://github.com/hyperium/tonic). Updates `tonic` from 0.14.3 to 0.14.4 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.3...v0.14.4) Updates `uuid` from 1.20.0 to 1.21.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.20.0...v1.21.0) Updates `tonic-prost` from 0.14.3 to 0.14.4 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.3...v0.14.4) --- updated-dependencies: - dependency-name: tonic dependency-version: 0.14.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: uuid dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-updates - dependency-name: tonic-prost dependency-version: 0.14.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f5f9019 commit 4b4000c

2 files changed

Lines changed: 181 additions & 11 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ prost = "0.14.3"
5858
strum_macros = "0.27"
5959
tokio = { version = "1.49.0", features = ["full"] }
6060
tokio-stream = { version="0.1.18", features = ["sync"] }
61-
tonic = "0.14.3"
61+
tonic = "0.14.4"
6262
tower = "0.5.3"
6363
url = "2.5.8"
64-
uuid = { version = "1.20.0", features = ["v4"] }
64+
uuid = { version = "1.21.0", features = ["v4"] }
6565
pbjson = "0.9.0"
6666
pbjson-types = "0.9.0"
6767
serde = { version = "1.0.219", features = ["derive"] }
68-
tonic-prost = { version = "0.14.3" }
68+
tonic-prost = { version = "0.14.4" }

0 commit comments

Comments
 (0)