From 7e7cb24a1edcd5395469b04a5852b94eb82f2f88 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 17 Apr 2021 02:12:35 -0400 Subject: bump deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c731b7c..45f2015 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT" [dependencies] aes = "0.6" anyhow = "1.0" -arrayvec = "0.5" +arrayvec = "0.7" async-trait = "0.1" base32 = "0.4" base64 = "0.13" @@ -44,7 +44,7 @@ tempfile = "3.2" term_size = "0.3" textwrap = "0.13" thiserror = "1.0" -tokio = { version = "1.2", features = ["full"] } +tokio = { version = "1.5", features = ["full"] } url = "2.2" uuid = { version = "0.8", features = ["v4"] } zeroize = "1.2" -- cgit v1.2.3-54-g00ecf