We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1af76ea + 8a379d1 commit 9e3fd99Copy full SHA for 9e3fd99
beacon/Cargo.toml
@@ -10,8 +10,8 @@ base64 = ">=0.21"
10
byteorder = "1"
11
helium-proto = { path = "../", features = ["services"] }
12
prost = { workspace = true }
13
-rand = ">=0.8"
14
-rand_chacha = ">=0.3"
+rand = "< 0.9"
+rand_chacha = "<=0.3.1"
15
serde = { workspace = true }
16
sha2 = "0"
17
rust_decimal = { version = "1", features = ["serde-with-float"] }
0 commit comments