Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent 2cb7714 commit 1cf3e51
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 @@ -55,7 +55,7 @@ protobuf = ">= 3.0, <3.5.0"
ttrpc = "0.8.2"

[build-dependencies]
ttrpc-codegen = "0.4.2"
ttrpc-codegen = "0.5.0"

[dev-dependencies]
ctrlc = { version = "3.0", features = ["termination"] }
Expand Down

0 comments on commit 1cf3e51

Please sign in to comment.