Skip to content

Commit c03c517

Browse files
committed
Update dependencies
Update everything to latest except for nix. In nix v0.23, a number of enums were marked #[non_exhaustive] (nix-rust/nix#1474). Since we want exhaustive matches in some cases, we will use v0.22 until non_exhaustive_omitted_patterns_lint is stablized (rust-lang/rust#89554)
1 parent 132b7dc commit c03c517

File tree

2 files changed

+44
-35
lines changed

2 files changed

+44
-35
lines changed

Cargo.lock

Lines changed: 41 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ panic = "abort" # Save size. We don't need unwinding anyway.
3939
# if systems are typically configured to dump core on SIGABRT
4040

4141
[dependencies]
42-
getopts = "0.2.15"
43-
nix = "0.12.0"
44-
libc = "0.2.48"
42+
getopts = "0.2"
43+
nix = "0.22"
44+
libc = "0.2"
4545

4646
[package.metadata.deb]
4747
maintainer = "Delphix Engineering <[email protected]>"

0 commit comments

Comments
 (0)