From 4635e24a430b40190f28ba46685b9c18db4b9a45 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 8 Nov 2020 00:26:03 +0100 Subject: [PATCH] Update vented to 0.4.3 Signed-off-by: trivernis --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f91dfbc..a8f945c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1023,9 +1023,9 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "vented" -version = "0.4.0" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ceba019670b7fdbf21b35e63e2f31ef79804d6db20c2dc6529ec7da5bfc983ce" +checksum = "576943d091e907e201d53816e80cd1bdca2320bb9a33754dda66e6cc730f0d27" dependencies = [ "byteorder", "crossbeam-utils", diff --git a/Cargo.toml b/Cargo.toml index 9118eaa..a508fac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -vented = "0.4.0" +vented = "0.4.3" rusqlite = "0.24.1" rand = "0.7.3" base64 = "0.13.0"