diff --git a/Cargo.toml b/Cargo.toml index 689a1be1..c86c8cc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,8 +60,6 @@ windows-sys = {version = "0.48", features = [ "Win32_Foundation", "Win32_Storage tokio-vsock = { version = "0.7.0", optional = true } [build-dependencies] -# lock home to avoid conflict with latest version -home = "=0.5.9" protobuf-codegen = { workspace = true } [features] diff --git a/compiler/Cargo.toml b/compiler/Cargo.toml index 67b83be4..6e690039 100644 --- a/compiler/Cargo.toml +++ b/compiler/Cargo.toml @@ -12,8 +12,6 @@ repository = "https://github.com/containerd/ttrpc-rust/tree/master/compiler" homepage = "https://github.com/containerd/ttrpc-rust/tree/master/compiler" [dependencies] -# lock home to avoid conflict with latest version -home = "=0.5.9" protobuf = { workspace = true } protobuf-codegen = { workspace = true } prost = "0.8" diff --git a/ttrpc-codegen/Cargo.toml b/ttrpc-codegen/Cargo.toml index d248836f..36ff7b6e 100644 --- a/ttrpc-codegen/Cargo.toml +++ b/ttrpc-codegen/Cargo.toml @@ -13,8 +13,6 @@ readme = "README.md" [dependencies] -# lock home to avoid conflict with latest version -home = "=0.5.9" protobuf-support = { workspace = true } protobuf = { workspace = true } protobuf-codegen = { workspace = true }