Run "cargo update".

This commit is contained in:
Nick Mathewson 2020-06-21 11:14:56 -04:00
parent c602883881
commit e1bbc2fdb0
4 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ tor-llcrypto = { path="../tor-llcrypto" }
arrayref = "0.3.6"
generic-array = "0.14.2"
crypto-mac = "0.8.0"
thiserror = "1.0.19"
thiserror = "1.0.20"
[dev-dependencies]
hex-literal = "0.2.1"

View File

@ -12,4 +12,4 @@ tor-llcrypto = { path="../tor-llcrypto" }
tor-bytes = { path="../tor-bytes" }
[dev-dependencies]
base64 = "0.12.1"
base64 = "0.12.2"

View File

@ -15,6 +15,6 @@ digest = "0.9.0"
phf = { version = "0.8.0", features = ["macros"] }
hex = "0.4.2"
lazy_static = "1.4.0"
base64 = "0.12.1"
thiserror = "1.0.19"
base64 = "0.12.2"
thiserror = "1.0.20"
chrono = "0.4.11"

View File

@ -9,4 +9,4 @@ publish = false
[dependencies]
caret = { path="../caret", version="*" }
thiserror = "1.0.19"
thiserror = "1.0.20"