revert unwanted regressions as indicated by imbris

This commit is contained in:
Christof Petig 2023-04-06 08:30:49 +02:00
parent 8fac5192cc
commit 7ab2bcd4e4

4
Cargo.lock generated
View File

@ -6403,7 +6403,7 @@ version = "1.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
dependencies = [
"cfg-if 0.1.10",
"cfg-if 1.0.0",
"rand 0.8.5",
"static_assertions",
]
@ -6821,7 +6821,7 @@ dependencies = [
"crossbeam-channel",
"futures-core",
"futures-util",
"hashbrown 0.9.1",
"hashbrown 0.11.2",
"lazy_static",
"lz-fear",
"prometheus",