aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 7a6d39a..6b098e9 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "vsock"
-version = "0.2.6"
+version = "0.3.0"
authors = ["fsyncd", "rust-vsock"]
description = "Virtio socket support for Rust"
repository = "https://github.com/rust-vsock/vsock-rs"
@@ -11,8 +11,8 @@ edition = "2018"
exclude = ["test_fixture"]
[dependencies]
-libc = "0.2.79"
-nix = "0.23.0"
+libc = "0.2.126"
+nix = "0.24.2"
[dev-dependencies]
rand = "0.8.3"