Skip to content

Commit

Permalink
chore: bump nix from 0.23.0 to 0.23.1 (#21998)
Browse files Browse the repository at this point in the history
* chore: bump nix from 0.23.0 to 0.23.1

Bumps [nix](https://github.com/nix-rust/nix) from 0.23.0 to 0.23.1.
- [Release notes](https://github.com/nix-rust/nix/releases)
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.23.0...v0.23.1)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <[email protected]>
  • Loading branch information
dependabot[bot] and dependabot-buildkite authored Dec 18, 2021
1 parent 7476dfe commit 301d585
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion install/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ctrlc = { version = "3.2.1", features = ["termination"] }
dirs-next = "2.0.0"
indicatif = "0.16.2"
lazy_static = "1.4.0"
nix = "0.23.0"
nix = "0.23.1"
reqwest = { version = "0.11.6", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serde = { version = "1.0.132", features = ["derive"] }
serde_yaml = "0.8.23"
Expand Down
2 changes: 1 addition & 1 deletion net-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"
bincode = "1.3.3"
clap = "2.33.1"
log = "0.4.14"
nix = "0.23.0"
nix = "0.23.1"
rand = "0.7.0"
serde = "1.0.132"
serde_derive = "1.0.103"
Expand Down
2 changes: 1 addition & 1 deletion perf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "=1.10.0"
[target."cfg(target_os = \"linux\")".dependencies]
caps = "0.5.3"
libc = "0.2.112"
nix = "0.23.0"
nix = "0.23.1"

[lib]
name = "solana_perf"
Expand Down
4 changes: 2 additions & 2 deletions programs/bpf/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion streamer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ solana-sdk = { path = "../sdk", version = "=1.10.0" }
thiserror = "1.0"
solana-logger = { path = "../logger", version = "=1.10.0" }
libc = "0.2.112"
nix = "0.23.0"
nix = "0.23.1"
solana-perf = { path = "../perf", version = "=1.10.0" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion sys-tuner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ solana-version = { path = "../version", version = "=1.10.0" }
[target."cfg(unix)".dependencies]
unix_socket2 = "0.5.4"
users = "0.10.0"
nix = "0.23.0"
nix = "0.23.1"
sysctl = "0.4.3"

[lib]
Expand Down

0 comments on commit 301d585

Please sign in to comment.