Skip to content

Commit

Permalink
fix(deps): update rust crate nix to 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent 498594e commit f234c43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ qos_test_primitives = { path = "../qos_test_primitives" }

tokio = { version = "1.33", features = ["macros", "rt-multi-thread"], default-features = false }
borsh = { version = "0.10" }
nix = { version = "0.26", features = ["socket"], default-features = false }
nix = { version = "0.28", features = ["socket"], default-features = false }

[dev-dependencies]
qos_core = { path = "../qos_core", features = ["mock"], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion src/qos_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ qos_hex = { path = "../qos_hex", features = ["serde"] }
qos_p256 = { path = "../qos_p256" }
qos_nsm = { path = "../qos_nsm", default-features = false }

nix = { version = "0.26", features = ["socket"], default-features = false }
nix = { version = "0.28", features = ["socket"], default-features = false }
libc = "=0.2.148"
borsh = { version = "0.10" }

Expand Down

0 comments on commit f234c43

Please sign in to comment.