Upgrade float_eq dev-dependency to 1.0.0

This commit is contained in:
Nick Mathewson 2022-06-07 08:03:55 -04:00
parent df06e7b9bc
commit 7f785b66c2
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -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"

View File

@ -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"] }

View File

@ -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"

View File

@ -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"] }