Skip to content

Commit b5346f5

Browse files
committed
Update shim dependency
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent 3f82d7d commit b5346f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

crates/shim-protos/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name = "containerd-shim-protos"
33
version = "0.9.0"
44
authors = [
5-
"Maksym Pavlenko <[email protected]>",
6-
"The containerd Authors",
5+
"Maksym Pavlenko <[email protected]>",
6+
"The containerd Authors",
77
]
88
description = "TTRPC bindings for containerd shim interfaces"
99
keywords = ["containerd", "shim", "containers", "ttrpc", "client"]
@@ -59,7 +59,7 @@ ttrpc-codegen = "0.6.0"
5959
ctrlc = { version = "3.0", features = ["termination"] }
6060
simple_logger = { workspace = true, features = ["stderr"] }
6161
tokio = { workspace = true, features = ["full"] }
62-
crossbeam.workspace = true # Used by create_ttrpc_context()
62+
crossbeam.workspace = true # Used by create_ttrpc_context()
6363

6464
[package.metadata.docs.rs]
6565
features = ["docs"]

crates/shim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ path = "examples/windows_log_reader.rs"
3434

3535
[dependencies]
3636
which = "7.0.1"
37-
containerd-shim-protos = { path = "../shim-protos", version = "0.8.0" }
37+
containerd-shim-protos = { path = "../shim-protos", version = "0.9.0" }
3838
go-flag = "0.1.0"
3939
lazy_static = "1.4.0"
4040
sha2 = "0.10.2"

0 commit comments

Comments
 (0)