aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-02-09 23:59:55 -0800
committerHaibo Huang <hhb@google.com>2021-02-09 23:59:55 -0800
commitefd766e4f6509a71dc88162251d17381dba22a88 (patch)
treef9f41bab9dbe13a435a5b620c904470f1eb9053c /Cargo.toml
parente11f231f09baa820f4f3f40ee130ac663321c83e (diff)
downloadvsock-efd766e4f6509a71dc88162251d17381dba22a88.tar.gz
Upgrade rust/crates/vsock to 0.2.3
Test: make Change-Id: I3dcb8b2d7eced30b99d792c42bc7ca3a375ed1d7
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 8 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3d14676..c4b49fa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,19 +13,21 @@
[package]
edition = "2018"
name = "vsock"
-version = "0.2.1"
-authors = ["fsyncd"]
+version = "0.2.3"
+authors = ["fsyncd", "rust-vsock"]
exclude = ["test_fixture"]
description = "Virtio socket support for Rust"
+homepage = "https://github.com/rust-vsock/vsock-rs"
+readme = "README.md"
license = "Apache-2.0"
-repository = "https://github.com/fsyncd/vsock-rs"
+repository = "https://github.com/rust-vsock/vsock-rs"
[dependencies.libc]
-version = "0.2.65"
+version = "0.2.79"
[dependencies.nix]
-version = "0.17.0"
+version = "0.19.1"
[dev-dependencies.rand]
-version = "0.7.2"
+version = "0.8.3"
[dev-dependencies.sha2]
version = ">=0.8.0"