aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-05-22 02:36:01 -0400
committerJesse Luehrs <doy@tozt.net>2020-05-22 02:36:01 -0400
commitc48d15fff596b532c6a39283796aad157d78da4b (patch)
treefc74bcd502e636eddf82df97aab7b205a405eec7 /Cargo.lock
parent09798d505b8630e8eb01fef6bca0acf6a0296d92 (diff)
downloadrbw-c48d15fff596b532c6a39283796aad157d78da4b.tar.gz
rbw-c48d15fff596b532c6a39283796aad157d78da4b.zip
a few more dep version bumps
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock22
1 files changed, 17 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4d507a5..ff6b1a4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -120,6 +120,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
[[package]]
+name = "base64"
+version = "0.12.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "53d1ccbaf7d9ec9537465a97bf19edc1a4e158ecb49fc16178202238c569cc42"
+
+[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -386,7 +392,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
dependencies = [
"atty",
- "humantime",
+ "humantime 1.3.0",
"log",
"regex",
"termcolor",
@@ -602,6 +608,12 @@ dependencies = [
]
[[package]]
+name = "humantime"
+version = "2.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b9b6c53306532d3c8e8087b44e6580e10db51a023cf9b433cea2ac38066b92da"
+
+[[package]]
name = "hyper"
version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1098,14 +1110,14 @@ dependencies = [
"aes",
"anyhow",
"arrayvec",
- "base64",
+ "base64 0.12.1",
"block-modes",
"chbs",
"clap",
"daemonize",
"directories",
"env_logger",
- "humantime",
+ "humantime 2.0.0",
"log",
"nix",
"openssl",
@@ -1187,7 +1199,7 @@ version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02b81e49ddec5109a9dcfc5f2a317ff53377c915e9ae9d4f2fb50914b85614e2"
dependencies = [
- "base64",
+ "base64 0.11.0",
"bytes",
"encoding_rs",
"futures-core",
@@ -1238,7 +1250,7 @@ version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
dependencies = [
- "base64",
+ "base64 0.11.0",
"blake2b_simd",
"constant_time_eq",
"crossbeam-utils",