We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2201745 commit ab6ecd2Copy full SHA for ab6ecd2
Cargo.toml
@@ -18,14 +18,14 @@ default = []
18
serde = ["dep:serde"]
19
20
[dependencies]
21
-serde = { version = "1.0.208", optional = true }
+serde = { version = "1", optional = true }
22
23
[dev-dependencies]
24
bytes = "1"
25
criterion = { version = "0.5", features = ["html_reports"] }
26
nanoid = "0.4.0"
27
-rand = "0.9.0"
28
-rkyv = { version = "0.8.10", features = ["bytecheck", "unaligned"] }
+rand = "0.9.2"
+rkyv = { version = "0.8.11", features = ["bytecheck", "unaligned"] }
29
30
[[bench]]
31
name = "bench"
0 commit comments