Skip to content

Commit

Permalink
upgrade nix to 0.26.4
Browse files Browse the repository at this point in the history
Summary:
I am upgrading nix to 0.29.0. To ensure each step produces clean CI
and is bisectable if something goes wrong, start by going from 0.25 to
0.26.4.

Reviewed By: zertosh

Differential Revision: D66275116

fbshipit-source-id: 63c87ff4f4c631061e5a1c721f52563dc90b7e2b
  • Loading branch information
chadaustin authored and facebook-github-bot committed Nov 22, 2024
1 parent 2e657d8 commit 4bb5cad
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion below/btrfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "Apache-2.0"
[dependencies]
common = { package = "below-common", version = "0.8.1", path = "../common" }
libc = "0.2.139"
nix = "0.25"
nix = "0.26.4"
openat = "0.1.21"
rand = { version = "0.8", features = ["small_rng"] }
rand_distr = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion below/cgroupfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "Apache-2.0"

[dependencies]
common = { package = "below-common", version = "0.8.1", path = "../common" }
nix = "0.25"
nix = "0.26.4"
openat = "0.1.21"
serde = { version = "1.0.185", features = ["derive", "rc"] }
thiserror = "1.0.64"
Expand Down
2 changes: 1 addition & 1 deletion below/ethtool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ repository = "https://github.com/facebookincubator/below"
license = "Apache-2.0"

[dependencies]
nix = "0.25"
nix = "0.26.4"
serde = { version = "1.0.185", features = ["derive", "rc"] }
thiserror = "1.0.64"
2 changes: 1 addition & 1 deletion below/procfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "Apache-2.0"
common = { package = "below-common", version = "0.8.1", path = "../common" }
lazy_static = "1.4"
libc = "0.2.139"
nix = "0.25"
nix = "0.26.4"
openat = "0.1.21"
parking_lot = { version = "0.12.1", features = ["send_guard"] }
serde = { version = "1.0.185", features = ["derive", "rc"] }
Expand Down
2 changes: 1 addition & 1 deletion below/resctrlfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/facebookincubator/below"
license = "Apache-2.0"

[dependencies]
nix = "0.25"
nix = "0.26.4"
openat = "0.1.21"
serde = { version = "1.0.185", features = ["derive", "rc"] }
thiserror = "1.0.64"
Expand Down
2 changes: 1 addition & 1 deletion below/store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ humantime = "2.1"
maplit = "1.0"
memmap2 = "0.5.10"
model = { package = "below-model", version = "0.8.1", path = "../model" }
nix = "0.25"
nix = "0.26.4"
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_cbor = "0.11"
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
Expand Down
2 changes: 1 addition & 1 deletion below/tc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ license = "Apache-2.0"
netlink-packet-core = "0.7.0"
netlink-packet-route = "0.19.0"
netlink-sys = "0.8.5"
nix = "0.25"
nix = "0.26.4"
serde = { version = "1.0.185", features = ["derive", "rc"] }
thiserror = "1.0.64"

0 comments on commit 4bb5cad

Please sign in to comment.