aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 8 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7cde53a..75a6ca9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,9 +10,9 @@
# See Cargo.toml.orig for the original contents.
[package]
-edition = "2018"
+edition = "2021"
name = "vsock"
-version = "0.3.0"
+version = "0.4.0"
authors = [
"fsyncd",
"rust-vsock",
@@ -25,10 +25,14 @@ license = "Apache-2.0"
repository = "https://github.com/rust-vsock/vsock-rs"
[dependencies.libc]
-version = "0.2.126"
+version = "0.2.150"
[dependencies.nix]
-version = "0.24.2"
+version = "0.27.1"
+features = [
+ "ioctl",
+ "socket",
+]
[dev-dependencies.rand]
version = "0.8.3"