Skip to content

Commit 79ac782

Browse files
Bump the cargo-updates group across 1 directory with 5 updates
Bumps the cargo-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.101` | `1.0.102` | | [strum_macros](https://github.com/Peternator7/strum) | `0.27.2` | `0.28.0` | | [tonic](https://github.com/hyperium/tonic) | `0.14.3` | `0.14.5` | | [uuid](https://github.com/uuid-rs/uuid) | `1.20.0` | `1.21.0` | | [tonic-prost](https://github.com/hyperium/tonic) | `0.14.3` | `0.14.5` | Updates `anyhow` from 1.0.101 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.101...1.0.102) Updates `strum_macros` from 0.27.2 to 0.28.0 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.27.2...v0.28.0) Updates `tonic` from 0.14.3 to 0.14.5 - [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.5) 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.5 - [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.5) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: strum_macros dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-updates - dependency-name: tonic dependency-version: 0.14.5 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.5 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 79ac782

2 files changed

Lines changed: 199 additions & 17 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ exclude = [
3838
crate-type = ["rlib", "cdylib"]
3939

4040
[dependencies]
41-
anyhow = "1.0.101"
41+
anyhow = "1.0.102"
4242
async-stream = "0.3.6"
4343
aya = "0.13"
4444
caps = "0.5.5"
@@ -55,14 +55,14 @@ log = "0.4.29"
5555
nix = { version = "0.31.1", features = ["signal"] }
5656
pin-project-lite = "0.2.16"
5757
prost = "0.14.3"
58-
strum_macros = "0.27"
58+
strum_macros = "0.28"
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.5"
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.5" }

0 commit comments

Comments
 (0)