From 7f785b66c2fea946b5d241a84c95d39cb4a291ea Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 7 Jun 2022 08:03:55 -0400 Subject: [PATCH] Upgrade float_eq dev-dependency to 1.0.0 --- Cargo.lock | 4 ++-- crates/tor-chanmgr/Cargo.toml | 2 +- crates/tor-dirmgr/Cargo.toml | 2 +- crates/tor-guardmgr/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb80a248c..ed56724a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1157,9 +1157,9 @@ checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d" [[package]] name = "float_eq" -version = "0.7.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1d53499e94f9a7828e63c574adf62bcade7f358c3738f9ea70d7c2edb61023d" +checksum = "b59b6469c35ab601d6487d28879bccfbe8c896c33a3fe699c4d29817e552cc58" [[package]] name = "fluid-let" diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml index 15768e420..ab946fb58 100644 --- a/crates/tor-chanmgr/Cargo.toml +++ b/crates/tor-chanmgr/Cargo.toml @@ -30,7 +30,7 @@ tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" } tracing = "0.1.18" [dev-dependencies] -float_eq = "0.7" +float_eq = "1.0.0" futures-await-test = "0.3.0" hex-literal = "0.3" tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] } diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml index 07b39df49..ee19da16f 100644 --- a/crates/tor-dirmgr/Cargo.toml +++ b/crates/tor-dirmgr/Cargo.toml @@ -64,7 +64,7 @@ tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" } tracing = "0.1.18" [dev-dependencies] -float_eq = "0.7" +float_eq = "1.0.0" futures-await-test = "0.3.0" hex-literal = "0.3" tempfile = "3" diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml index df4754d07..5cb1ac5b2 100644 --- a/crates/tor-guardmgr/Cargo.toml +++ b/crates/tor-guardmgr/Cargo.toml @@ -46,7 +46,7 @@ tor-units = { path = "../tor-units", version = "0.3.0" } tracing = "0.1.18" [dev-dependencies] -float_eq = "0.7" +float_eq = "1.0.0" tor-netdir = { path = "../tor-netdir", version = "0.3.0", features = ["testing"] } tor-netdoc = { path = "../tor-netdoc", version = "0.4.0" } tor-persist = { path = "../tor-persist", version = "0.4.0", features = ["testing"] }