Skip to content

Commit e8bcf3c

Browse files
committed
Update dependencies for the main ttrpc project
Updates the dependencies for the main ttrpc project Signed-off-by: James Sturtevant <[email protected]>
1 parent 6d8517a commit e8bcf3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description = "A Rust version of ttrpc."
1313
[dependencies]
1414
protobuf = { version = "3.1.0" }
1515
libc = { version = "0.2.59", features = [ "extra_traits" ] }
16-
nix = "0.23.0"
16+
nix = "0.26.2"
1717
log = "0.4"
1818
byteorder = "1.3.2"
1919
thiserror = "1.0"
@@ -22,10 +22,10 @@ tokio = { version = "1", features = ["rt", "sync", "io-util", "macros", "time"],
2222
futures = { version = "0.3", optional = true }
2323

2424
[target.'cfg(windows)'.dependencies]
25-
windows-sys = {version = "0.45", features = [ "Win32_Foundation", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Pipes", "Win32_Security", "Win32_System_Threading"]}
25+
windows-sys = {version = "0.48", features = [ "Win32_Foundation", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Pipes", "Win32_Security", "Win32_System_Threading"]}
2626

2727
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
28-
tokio-vsock = { version = "0.3.1", optional = true }
28+
tokio-vsock = { version = "0.4.0", optional = true }
2929

3030
[build-dependencies]
3131
protobuf-codegen = "3.1.0"

0 commit comments

Comments
 (0)