From fa57fb4995cc19c737244c692f2b833045c4ea1e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 13 Jan 2021 08:17:14 -0500 Subject: [PATCH] Upgrade a few more dependencies. --- client-demo/Cargo.toml | 2 +- tor-bytes/Cargo.toml | 2 +- tor-cert/Cargo.toml | 2 +- tor-chanmgr/Cargo.toml | 2 +- tor-checkable/Cargo.toml | 2 +- tor-circmgr/Cargo.toml | 2 +- tor-dirclient/Cargo.toml | 4 ++-- tor-dirmgr/Cargo.toml | 2 +- tor-llcrypto/Cargo.toml | 2 +- tor-netdir/Cargo.toml | 2 +- tor-netdoc/Cargo.toml | 2 +- tor-proto/Cargo.toml | 4 ++-- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/client-demo/Cargo.toml b/client-demo/Cargo.toml index 4fc7be597..70d0e7ad3 100644 --- a/client-demo/Cargo.toml +++ b/client-demo/Cargo.toml @@ -20,7 +20,7 @@ tor-linkspec = { path="../tor-linkspec", version= "*" } anyhow = "1.0.38" async-native-tls = "0.3.3" -futures = "0.3.9" +futures = "0.3.10" log = "0.4.13" native-tls = "0.2.7" rand = "0.7.3" diff --git a/tor-bytes/Cargo.toml b/tor-bytes/Cargo.toml index 179801376..d8e657835 100644 --- a/tor-bytes/Cargo.toml +++ b/tor-bytes/Cargo.toml @@ -14,7 +14,7 @@ arrayref = "0.3.6" bytes = "0.5.6" crypto-mac = "0.10.0" generic-array = "0.14.4" -signature = "1.2.2" +signature = "1.3.0" thiserror = "1.0.23" [dev-dependencies] diff --git a/tor-cert/Cargo.toml b/tor-cert/Cargo.toml index 56ad34184..b5d1d82e8 100644 --- a/tor-cert/Cargo.toml +++ b/tor-cert/Cargo.toml @@ -13,7 +13,7 @@ tor-bytes = { path="../tor-bytes" } tor-checkable = { path="../tor-checkable" } digest = "0.9.0" -signature = "1.2.2" +signature = "1.3.0" [dev-dependencies] base64 = "0.13.0" diff --git a/tor-chanmgr/Cargo.toml b/tor-chanmgr/Cargo.toml index 1c96506d1..705098618 100644 --- a/tor-chanmgr/Cargo.toml +++ b/tor-chanmgr/Cargo.toml @@ -20,7 +20,7 @@ tor-llcrypto = { path="../tor-llcrypto", version= "*" } anyhow = "1.0.38" async-trait = "0.1.42" event-listener = "2.5.1" -futures = "0.3.9" +futures = "0.3.10" log = "0.4.13" thiserror = "1.0.23" diff --git a/tor-checkable/Cargo.toml b/tor-checkable/Cargo.toml index f686fa955..e3f563602 100644 --- a/tor-checkable/Cargo.toml +++ b/tor-checkable/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] tor-llcrypto = { path="../tor-llcrypto", version = "*" } -signature = "1.2.2" +signature = "1.3.0" thiserror = "1.0.23" diff --git a/tor-circmgr/Cargo.toml b/tor-circmgr/Cargo.toml index f17fc4392..b8dd74741 100644 --- a/tor-circmgr/Cargo.toml +++ b/tor-circmgr/Cargo.toml @@ -19,7 +19,7 @@ tor-rtcompat = { path="../tor-rtcompat", version= "*" } anyhow = "1.0.38" async-trait = "0.1.42" event-listener = "2.5.1" -futures = "0.3.9" +futures = "0.3.10" rand = "0.7.3" log = "0.4.13" thiserror = "1.0.23" diff --git a/tor-dirclient/Cargo.toml b/tor-dirclient/Cargo.toml index 21b51dc5d..f264892fa 100644 --- a/tor-dirclient/Cargo.toml +++ b/tor-dirclient/Cargo.toml @@ -20,9 +20,9 @@ anyhow = "1.0.38" base64 = "0.13.0" # chrono = "0.4.19" #event-listener = "2.5.1" -futures = "0.3.9" +futures = "0.3.10" hex = "0.4.2" -http = "0.2.2" +http = "0.2.3" httpdate = "0.3.2" httparse = "1.3.4" miniz_oxide = "0.4.3" diff --git a/tor-dirmgr/Cargo.toml b/tor-dirmgr/Cargo.toml index 1f0c6be46..bc595c031 100644 --- a/tor-dirmgr/Cargo.toml +++ b/tor-dirmgr/Cargo.toml @@ -30,7 +30,7 @@ base64 = "0.13.0" chrono = "0.4.19" digest = "0.9.0" event-listener = "2.5.1" -futures = "0.3.9" +futures = "0.3.10" hex = "0.4.2" log = "0.4.13" memmap = { version="0.7.0", optional=true } diff --git a/tor-llcrypto/Cargo.toml b/tor-llcrypto/Cargo.toml index cc781750a..5093b371b 100644 --- a/tor-llcrypto/Cargo.toml +++ b/tor-llcrypto/Cargo.toml @@ -20,7 +20,7 @@ rsa = "0.3.0" sha-1 = "0.9.2" sha2 = "0.9.2" sha3 = "0.9.1" -signature = "1.2.2" +signature = "1.3.0" simple_asn1 = "0.5.0" subtle = "2.4.0" x25519-dalek = "1.1.0" diff --git a/tor-netdir/Cargo.toml b/tor-netdir/Cargo.toml index 71895130a..2bcc9ff63 100644 --- a/tor-netdir/Cargo.toml +++ b/tor-netdir/Cargo.toml @@ -20,7 +20,7 @@ hex = "0.4.2" once_cell = "1.5.2" rand = "0.7.3" rusqlite = { version = "0.24.2", features = ["chrono"] } -signature = "1.2.2" +signature = "1.3.0" thiserror = "1.0.23" [dev-dependencies] diff --git a/tor-netdoc/Cargo.toml b/tor-netdoc/Cargo.toml index 9ce8fee93..2a6d17274 100644 --- a/tor-netdoc/Cargo.toml +++ b/tor-netdoc/Cargo.toml @@ -20,7 +20,7 @@ digest = "0.9.0" hex = "0.4.2" once_cell = "1.5.2" phf = { version = "0.8.0", features = ["macros"] } -signature = "1.2.2" +signature = "1.3.0" thiserror = "1.0.23" [dev-dependencies] diff --git a/tor-proto/Cargo.toml b/tor-proto/Cargo.toml index 816235085..6373a05b3 100644 --- a/tor-proto/Cargo.toml +++ b/tor-proto/Cargo.toml @@ -22,7 +22,7 @@ cipher = "0.2.5" crypto-mac = "0.10.0" digest = "0.9.0" event-listener = "2.5.1" -futures = "0.3.9" +futures = "0.3.10" futures_codec = "0.4.1" generic-array = "0.14.4" hkdf = "0.10.0" @@ -39,4 +39,4 @@ zeroize = "1.2.0" futures-await-test = "0.3.0" hex-literal = "0.3.1" hex = "0.4.2" -pin-project= "1.0.2" +pin-project= "1.0.4"