Skip to content

Commit

Permalink
Update nix to 0.28.0.
Browse files Browse the repository at this point in the history
This eliminate a dependency on bitflags-1.3
  • Loading branch information
asomers authored and hannesdejager committed May 14, 2024
1 parent 02900d2 commit c814826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ getrandom = "0.2.12"
lazy_static = "1.4.0"
md-5 = "0.10.6"
moka = { version = "0.11.3", default-features = false, features = ["sync"] }
nix = { version = "0.26.4", default-features = false, features = ["fs"] }
nix = { version = "0.28.0", default-features = false, features = ["fs"] }
prometheus = { version = "0.13.3", default-features = false }
proxy-protocol = "0.5.0"
rustls = "0.21.10"
Expand Down Expand Up @@ -75,4 +75,4 @@ capsicum = { git = "https://github.com/asomers/capsicum-rs", rev = "24330ee"}
casper-sys = { git = "https://github.com/asomers/capsicum-rs", rev = "24330ee"}

[lints]
workspace=true
workspace=true

0 comments on commit c814826

Please sign in to comment.