to match the versions in Debian

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@
 version = "1"
 
 [dependencies.fastrand]
-version = "2.0.1"
+version = ">= 1.9.0"
 
 [dependencies.futures-util]
 version = "0.3"
@@ -57,7 +57,7 @@
 features = ["sync"]
 
 [dependencies.tracing]
-version = "0.1.40"
+version = "0.1"
 optional = true
 
 [dev-dependencies.assert_matches]
