Skip to content

Commit

Permalink
build(deps): update ttrpc requirement from 0.7 to 0.8
Browse files Browse the repository at this point in the history
Updates the requirements on [ttrpc](https://github.com/containerd/ttrpc-rust) to permit the latest version.
- [Commits](containerd/ttrpc-rust@v0.7.0...v0.8.1)

---
updated-dependencies:
- dependency-name: ttrpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent 6ae9954 commit 622bca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/shim-protos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ homepage.workspace = true

[dependencies]
protobuf = "3.1"
ttrpc = "0.7"
ttrpc = "0.8"
async-trait = { version = "0.1.48", optional = true }

[build-dependencies]
Expand Down

0 comments on commit 622bca2

Please sign in to comment.