aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-02-10 12:16:28 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-10 12:16:28 +0000
commitc1fcd5084e548a3a1d8c0845ee8503a704dd9c49 (patch)
treef9f41bab9dbe13a435a5b620c904470f1eb9053c /Cargo.toml.orig
parentfbd38b1c9e792feb24275b115ca97e7ef8cb5aad (diff)
parentdc078d19f3f3b1235962dcf9f4bd893383f9920a (diff)
downloadvsock-c1fcd5084e548a3a1d8c0845ee8503a704dd9c49.tar.gz
Upgrade rust/crates/vsock to 0.2.3 am: efd766e4f6 am: 22fdfcf836 am: ccac442ec3 am: dc078d19f3
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/vsock/+/1582867 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I87e61fb899fd823a61a938dda334302682c2d29b
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig14
1 files changed, 8 insertions, 6 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index d6eaa17..afe8103 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,17 +1,19 @@
[package]
name = "vsock"
-version = "0.2.1"
-authors = ["fsyncd"]
+version = "0.2.3"
+authors = ["fsyncd", "rust-vsock"]
description = "Virtio socket support for Rust"
-repository = "https://github.com/fsyncd/vsock-rs"
+repository = "https://github.com/rust-vsock/vsock-rs"
+homepage = "https://github.com/rust-vsock/vsock-rs"
+readme = "README.md"
license = "Apache-2.0"
edition = "2018"
exclude = ["test_fixture"]
[dependencies]
-libc = "0.2.65"
-nix = "0.17.0"
+libc = "0.2.79"
+nix = "0.19.1"
[dev-dependencies]
-rand = "0.7.2"
+rand = "0.8.3"
sha2 = ">=0.8.0"