Skip to content

Commit 9f321d5

Browse files
johnynekOscar Boykin
and
Oscar Boykin
authored
Bump to nix 0.28 (#1150)
Co-authored-by: Oscar Boykin <[email protected]>
1 parent 2056787 commit 9f321d5

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

Cargo.lock

+19-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazelfe-bazel-wrapper/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ notify = { version = "6.1.1", optional = true }
3232
tokio-serde = { version = "0.9.0", features = ["bincode"], optional = true }
3333
tokio-util = { version = "0.7.11", features = ["compat"] }
3434
sha2 = "0.10.8"
35-
nix = "0.27.1"
35+
nix = { version = "0.28.0", features = ["signal"] }
3636
flume = { version = "0.11.0", optional = true }
3737
trim-margin = { version = "0.1.0", optional = true }
3838
dashmap = { version = "5.5.3", optional = true }

bazelfe-core/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ notify = { version = "6.1.1", optional = true }
7979
tokio-serde = { version = "0.9.0", features = ["bincode"], optional = true }
8080
tokio-util = { version = "0.7.11", features = ["compat"] }
8181
sha2 = "0.10.8"
82-
nix = "0.27.1"
8382
flume = { version = "0.11.0", optional = true }
8483
trim-margin = { version = "0.1.0", optional = true }
8584
dashmap = { version = "5.5.3", optional = true }

bzl-remote-core/src/storage_backend/local_disk_backend/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
use bazelfe_protos::build::bazel::remote::execution::v2::{self as execution};
22

33
mod content_addressable_store;
4-
pub use content_addressable_store::ArcDynBox;
54
use content_addressable_store::ContentAddressableStore;
65

76
mod action_cache;

0 commit comments

Comments
 (0)