reverie/tests
Sophia Sun aadb1865e7 Update nix crate from 0.23 to 0.25
Summary:
When I was trying to use `nix::unistd::gethostname` in D39783468, the version `0.23.0` will require users to pass in a `buf` as a parameter, however, in `0.25.0`, there is no need to pass in a `buf` as a parameter. Hence, I would love to update `nix` crate from `0.23` to `0.25` in order to not pass a redundant `buf` while calling `nix::unistd::gethostname`.

I fixed conflicts reflected from the signals manually so this diff is more than a few lines of code in `Cargo.toml`.

Here are the [changes](https://github.com/nix-rust/nix/compare/v0.23.0..v0.25.0) between `0.23` and `0.25`. See `CHANGELOG.md` for the most significant changes in this version.

Reviewed By: bgw

Differential Revision: D39919100

fbshipit-source-id: 7f62585ff72230bd2608aeb5a4780dc0128795f7
2022-10-03 15:31:17 -07:00
..
c_tests Appease the copyright linter 2022-06-02 11:51:06 -07:00
disabled Appease the copyright linter 2022-06-02 11:51:06 -07:00
gdbserver-integration Migrate from structopt to clap3 2022-10-03 12:18:55 -07:00
shell_tests Appease the copyright linter 2022-06-02 11:51:06 -07:00
standalone Apply rustfmt 2022-08-06 08:21:44 -07:00
backtrace.rs Apply rustfmt 2022-08-06 08:21:44 -07:00
basics.rs Apply rustfmt 2022-08-06 08:21:44 -07:00
busywait.rs Apply rustfmt 2022-08-06 08:21:44 -07:00
convert.rs Apply rustfmt 2022-08-06 08:21:44 -07:00
cpuid.rs Apply rustfmt 2022-08-06 08:21:44 -07:00
delay_signal.rs Apply rustfmt 2022-08-06 08:21:44 -07:00
exit.rs Apply rustfmt 2022-08-06 08:21:44 -07:00
parallelism.rs Don't return a Result for RPC messages 2022-06-30 16:59:53 -07:00
rdtsc.rs Apply rustfmt 2022-08-06 08:21:44 -07:00
signal.rs Apply rustfmt 2022-08-06 08:21:44 -07:00
signalfd.rs Apply rustfmt 2022-08-06 08:21:44 -07:00
spinlock.rs Apply rustfmt 2022-08-06 08:21:44 -07:00
stack.rs Update nix crate from 0.23 to 0.25 2022-10-03 15:31:17 -07:00
stat.rs Apply rustfmt 2022-08-06 08:21:44 -07:00
state.rs Apply rustfmt 2022-08-06 08:21:44 -07:00
thread_start.rs rustfmt with imports_granularity=Item 2022-06-30 14:56:20 -07:00
timer_semantics.rs Apply rustfmt 2022-08-06 08:21:44 -07:00
vdso.rs Apply rustfmt 2022-08-06 08:21:44 -07:00
vfork.rs Apply rustfmt 2022-08-06 08:21:44 -07:00