mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 19:54:35 +00:00
runtime-rs: update containerd-shim-protos to 0.2.0
Fixes: #3866 Signed-off-by: quanwei.zqw <quanwei.zqw@alibaba-inc.com>
This commit is contained in:
parent
8c0a60e191
commit
e705ee07c5
5
src/runtime-rs/Cargo.lock
generated
5
src/runtime-rs/Cargo.lock
generated
@ -161,8 +161,9 @@ checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101"
|
||||
|
||||
[[package]]
|
||||
name = "containerd-shim-protos"
|
||||
version = "0.1.2"
|
||||
source = "git+https://github.com/containerd/rust-extensions.git?rev=c0baac598fc3ad62f651e8aae8de15db2ce5695c#c0baac598fc3ad62f651e8aae8de15db2ce5695c"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "077ec778a0835d9d85502e8535362130187759b69eddabe2bdb3a68ffb575bd0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"protobuf",
|
||||
|
@ -15,9 +15,7 @@ path = "src/bin/main.rs"
|
||||
[dependencies]
|
||||
anyhow = "^1.0"
|
||||
backtrace = {version = ">=0.3.35", features = ["libunwind", "libbacktrace", "std"], default-features = false}
|
||||
# TODO: change to version after release
|
||||
# issue: https://github.com/kata-containers/kata-containers/issues/3866
|
||||
containerd-shim-protos = { git="https://github.com/containerd/rust-extensions.git", rev = "c0baac598fc3ad62f651e8aae8de15db2ce5695c", features = ["async"]}
|
||||
containerd-shim-protos = { version = "0.2.0", features = ["async"]}
|
||||
go-flag = "0.1.0"
|
||||
libc = "0.2.108"
|
||||
log = "0.4.14"
|
||||
|
Loading…
Reference in New Issue
Block a user