From e18b4e07cbb5c375e679f4da4a055c4b9a53e854 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 28 Nov 2020 14:17:42 -0500 Subject: [PATCH] Upgrade a couple of dependencies --- tor-chanmgr/Cargo.toml | 2 +- tor-circmgr/Cargo.toml | 2 +- tor-dirmgr/Cargo.toml | 2 +- tor-proto/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tor-chanmgr/Cargo.toml b/tor-chanmgr/Cargo.toml index a0d7c176a..a59bc3a5a 100644 --- a/tor-chanmgr/Cargo.toml +++ b/tor-chanmgr/Cargo.toml @@ -18,7 +18,7 @@ tor-linkspec = { path="../tor-linkspec", version= "*" } tor-llcrypto = { path="../tor-llcrypto", version= "*" } anyhow = "1.0.34" -async-trait = "0.1.41" +async-trait = "0.1.42" event-listener = "2.5.1" futures = "0.3.8" log = "0.4.11" diff --git a/tor-circmgr/Cargo.toml b/tor-circmgr/Cargo.toml index 9e6cfb8ca..683b0cb86 100644 --- a/tor-circmgr/Cargo.toml +++ b/tor-circmgr/Cargo.toml @@ -16,7 +16,7 @@ tor-llcrypto = { path="../tor-llcrypto", version= "*" } tor-rtcompat = { path="../tor-rtcompat", version= "*" } anyhow = "1.0.34" -async-trait = "0.1.41" +async-trait = "0.1.42" event-listener = "2.5.1" futures = "0.3.8" rand = "0.7.3" diff --git a/tor-dirmgr/Cargo.toml b/tor-dirmgr/Cargo.toml index 2af61b4ba..3b00377d1 100644 --- a/tor-dirmgr/Cargo.toml +++ b/tor-dirmgr/Cargo.toml @@ -22,7 +22,7 @@ tor-rtcompat = { path="../tor-rtcompat", version= "*" } anyhow = "1.0.34" async-rwlock = "1.3.0" -async-trait = "0.1.41" +async-trait = "0.1.42" base64 = "0.13.0" chrono = "0.4.19" digest = "0.9.0" diff --git a/tor-proto/Cargo.toml b/tor-proto/Cargo.toml index 8e3956bcc..57bb49cbe 100644 --- a/tor-proto/Cargo.toml +++ b/tor-proto/Cargo.toml @@ -39,4 +39,4 @@ zeroize = "1.1.1" futures-await-test = "0.3.0" hex-literal = "0.3.1" hex = "0.4.2" -pin-project= "1.0.1" +pin-project= "1.0.2"