From f01d641ec83e1e28ecceaa9be59299cbe6cd2dcd Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 30 Dec 2020 15:59:33 -0500 Subject: [PATCH] cargo upgrade. --- client-demo/Cargo.toml | 6 +++--- tor-bytes/Cargo.toml | 2 +- tor-cell/Cargo.toml | 2 +- tor-chanmgr/Cargo.toml | 6 +++--- tor-checkable/Cargo.toml | 2 +- tor-circmgr/Cargo.toml | 4 ++-- tor-consdiff/Cargo.toml | 2 +- tor-dirclient/Cargo.toml | 4 ++-- tor-dirmgr/Cargo.toml | 4 ++-- tor-netdir/Cargo.toml | 2 +- tor-netdoc/Cargo.toml | 2 +- tor-proto/Cargo.toml | 2 +- tor-protover/Cargo.toml | 2 +- tor-retry/Cargo.toml | 2 +- tor-socksproto/Cargo.toml | 2 +- 15 files changed, 22 insertions(+), 22 deletions(-) diff --git a/client-demo/Cargo.toml b/client-demo/Cargo.toml index 0961b863c..6fb500fe5 100644 --- a/client-demo/Cargo.toml +++ b/client-demo/Cargo.toml @@ -18,12 +18,12 @@ tor-socksproto = { path="../tor-socksproto", version= "*" } tor-dirclient = { path="../tor-dirclient", version = "*" } tor-linkspec = { path="../tor-linkspec", version= "*" } -anyhow = "1.0.36" +anyhow = "1.0.37" async-native-tls = "0.3.3" futures = "0.3.8" log = "0.4.11" -native-tls = "0.2.6" +native-tls = "0.2.7" rand = "0.7.3" simple-logging = "2.0.2" -thiserror = "1.0.22" +thiserror = "1.0.23" argh = "0.1.4" diff --git a/tor-bytes/Cargo.toml b/tor-bytes/Cargo.toml index ebdf64404..179801376 100644 --- a/tor-bytes/Cargo.toml +++ b/tor-bytes/Cargo.toml @@ -15,7 +15,7 @@ bytes = "0.5.6" crypto-mac = "0.10.0" generic-array = "0.14.4" signature = "1.2.2" -thiserror = "1.0.22" +thiserror = "1.0.23" [dev-dependencies] hex-literal = "0.3.1" diff --git a/tor-cell/Cargo.toml b/tor-cell/Cargo.toml index c1d00e3c7..0efe53e66 100644 --- a/tor-cell/Cargo.toml +++ b/tor-cell/Cargo.toml @@ -19,7 +19,7 @@ bitflags = "1.2.1" bytes = "0.5.6" rand = "0.7.3" rand_core = "0.5.1" -thiserror = "1.0.22" +thiserror = "1.0.23" [dev-dependencies] hex-literal = "0.3.1" diff --git a/tor-chanmgr/Cargo.toml b/tor-chanmgr/Cargo.toml index 583c1adb2..273935302 100644 --- a/tor-chanmgr/Cargo.toml +++ b/tor-chanmgr/Cargo.toml @@ -17,15 +17,15 @@ tor-proto = { path="../tor-proto", version= "*" } tor-linkspec = { path="../tor-linkspec", version= "*" } tor-llcrypto = { path="../tor-llcrypto", version= "*" } -anyhow = "1.0.36" +anyhow = "1.0.37" async-trait = "0.1.42" event-listener = "2.5.1" futures = "0.3.8" log = "0.4.11" -thiserror = "1.0.22" +thiserror = "1.0.23" async-native-tls = { version = "0.3.3", optional = true } -native-tls = { version = "0.2.6", optional = true } +native-tls = { version = "0.2.7", optional = true } [dev-dependencies] futures-await-test = "0.3.0" diff --git a/tor-checkable/Cargo.toml b/tor-checkable/Cargo.toml index bd1da5a5f..f686fa955 100644 --- a/tor-checkable/Cargo.toml +++ b/tor-checkable/Cargo.toml @@ -10,6 +10,6 @@ publish = false tor-llcrypto = { path="../tor-llcrypto", version = "*" } signature = "1.2.2" -thiserror = "1.0.22" +thiserror = "1.0.23" diff --git a/tor-circmgr/Cargo.toml b/tor-circmgr/Cargo.toml index 88f5fdbec..9121b2510 100644 --- a/tor-circmgr/Cargo.toml +++ b/tor-circmgr/Cargo.toml @@ -16,13 +16,13 @@ tor-linkspec = { path="../tor-linkspec", version= "*" } tor-llcrypto = { path="../tor-llcrypto", version= "*" } tor-rtcompat = { path="../tor-rtcompat", version= "*" } -anyhow = "1.0.36" +anyhow = "1.0.37" async-trait = "0.1.42" event-listener = "2.5.1" futures = "0.3.8" rand = "0.7.3" log = "0.4.11" -thiserror = "1.0.22" +thiserror = "1.0.23" [dev-dependencies] futures-await-test = "0.3.0" diff --git a/tor-consdiff/Cargo.toml b/tor-consdiff/Cargo.toml index de16f0c98..48b39ab91 100644 --- a/tor-consdiff/Cargo.toml +++ b/tor-consdiff/Cargo.toml @@ -13,4 +13,4 @@ slow-diff-apply = [] [dependencies] hex = "0.4.2" -thiserror = "1.0.22" +thiserror = "1.0.23" diff --git a/tor-dirclient/Cargo.toml b/tor-dirclient/Cargo.toml index 9a004bca8..c8b81ddd3 100644 --- a/tor-dirclient/Cargo.toml +++ b/tor-dirclient/Cargo.toml @@ -15,7 +15,7 @@ tor-netdoc = { path="../tor-netdoc", version= "*" } tor-netdir = { path="../tor-netdir", version= "*" } tor-rtcompat = { path="../tor-rtcompat", version= "*" } -anyhow = "1.0.36" +anyhow = "1.0.37" #async-trait = "0.1.41" base64 = "0.13.0" # chrono = "0.4.19" @@ -28,7 +28,7 @@ httparse = "1.3.4" miniz_oxide = "0.4.3" #rand = "0.7.3" log = "0.4.11" -thiserror = "1.0.22" +thiserror = "1.0.23" xz2 = "0.1.6" [dev-dependencies] diff --git a/tor-dirmgr/Cargo.toml b/tor-dirmgr/Cargo.toml index 1d710fd31..198b603c8 100644 --- a/tor-dirmgr/Cargo.toml +++ b/tor-dirmgr/Cargo.toml @@ -23,7 +23,7 @@ tor-llcrypto = { path="../tor-llcrypto", version= "*" } tor-retry = { path="../tor-retry", version= "*" } tor-rtcompat = { path="../tor-rtcompat", version= "*" } -anyhow = "1.0.36" +anyhow = "1.0.37" async-rwlock = "1.3.0" async-trait = "0.1.42" base64 = "0.13.0" @@ -36,7 +36,7 @@ log = "0.4.11" memmap = { version="0.7.0", optional=true } rand = "0.7.3" rusqlite = { version = "0.24.2", features = ["chrono"] } -thiserror = "1.0.22" +thiserror = "1.0.23" [dev-dependencies] futures-await-test = "0.3.0" diff --git a/tor-netdir/Cargo.toml b/tor-netdir/Cargo.toml index 6f9ee9990..71895130a 100644 --- a/tor-netdir/Cargo.toml +++ b/tor-netdir/Cargo.toml @@ -21,7 +21,7 @@ once_cell = "1.5.2" rand = "0.7.3" rusqlite = { version = "0.24.2", features = ["chrono"] } signature = "1.2.2" -thiserror = "1.0.22" +thiserror = "1.0.23" [dev-dependencies] hex-literal = "0.3.1" diff --git a/tor-netdoc/Cargo.toml b/tor-netdoc/Cargo.toml index 06ab0ae0e..9ce8fee93 100644 --- a/tor-netdoc/Cargo.toml +++ b/tor-netdoc/Cargo.toml @@ -21,7 +21,7 @@ hex = "0.4.2" once_cell = "1.5.2" phf = { version = "0.8.0", features = ["macros"] } signature = "1.2.2" -thiserror = "1.0.22" +thiserror = "1.0.23" [dev-dependencies] hex-literal = "0.3.1" diff --git a/tor-proto/Cargo.toml b/tor-proto/Cargo.toml index 1bd0a153d..73cb62d49 100644 --- a/tor-proto/Cargo.toml +++ b/tor-proto/Cargo.toml @@ -31,7 +31,7 @@ log = "0.4.11" rand = "0.7.3" rand_core = "0.5.1" subtle = "2.4.0" -thiserror = "1.0.22" +thiserror = "1.0.23" typenum = "1.12.0" zeroize = "1.2.0" diff --git a/tor-protover/Cargo.toml b/tor-protover/Cargo.toml index a3feebc19..b4b616a14 100644 --- a/tor-protover/Cargo.toml +++ b/tor-protover/Cargo.toml @@ -9,4 +9,4 @@ publish = false [dependencies] caret = { path="../caret", version="*" } -thiserror = "1.0.22" +thiserror = "1.0.23" diff --git a/tor-retry/Cargo.toml b/tor-retry/Cargo.toml index 44c415aa0..6aefce851 100644 --- a/tor-retry/Cargo.toml +++ b/tor-retry/Cargo.toml @@ -8,4 +8,4 @@ publish = false [dependencies] -anyhow = "1.0.36" +anyhow = "1.0.37" diff --git a/tor-socksproto/Cargo.toml b/tor-socksproto/Cargo.toml index d23c34c63..3a9719d0e 100644 --- a/tor-socksproto/Cargo.toml +++ b/tor-socksproto/Cargo.toml @@ -10,7 +10,7 @@ publish = false caret = { path="../caret" } tor-bytes = { path="../tor-bytes" } -thiserror = "1.0.22" +thiserror = "1.0.23" [dev-dependencies] hex-literal = "0.3.1"