Skip to content

Commit a94bc65

Browse files
fix(deps): update rust crate nix to 0.29
1 parent d4602a0 commit a94bc65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/integration/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ qos_test_primitives = { path = "../qos_test_primitives" }
1616

1717
tokio = { version = "1.33", features = ["macros", "rt-multi-thread"], default-features = false }
1818
borsh = { version = "0.10" }
19-
nix = { version = "0.26", features = ["socket"], default-features = false }
19+
nix = { version = "0.29", features = ["socket"], default-features = false }
2020

2121
[dev-dependencies]
2222
qos_core = { path = "../qos_core", features = ["mock"], default-features = false }

src/qos_core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ qos_hex = { path = "../qos_hex", features = ["serde"] }
1010
qos_p256 = { path = "../qos_p256" }
1111
qos_nsm = { path = "../qos_nsm", default-features = false }
1212

13-
nix = { version = "0.26", features = ["socket"], default-features = false }
13+
nix = { version = "0.29", features = ["socket"], default-features = false }
1414
libc = "=0.2.148"
1515
borsh = { version = "0.10" }
1616

0 commit comments

Comments
 (0)