From 1b31bd62819d49419f5b3c71b09ab2b0b4309d38 Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 30 Dec 2019 21:20:19 -0600 Subject: [PATCH] Bump deps --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9e7c673..1a45d4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,12 +11,12 @@ edition = "2018" [dependencies] num-bigint = "0.2" -num-bigint-dig = "0.4" +num-bigint-dig = "0.6" num-traits = "0.2" -pem = "0.4" -rsa = "0.1.3" +pem = "0.7" +rsa = "0.2.0" thiserror = "1.0.9" yasna = { version = "0.3", features = ["num-bigint"] } [dev-dependencies] -rand = "0.6" +rand = "0.7"