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 73f4da3 commit 39d5ad9Copy full SHA for 39d5ad9
crates/core/Cargo.toml
@@ -52,7 +52,7 @@ serde_json = { workspace = true }
52
strum = { workspace = true }
53
54
# "stdlib"
55
-bytes = { workspace = true }
+bytes = { workspace = true, features = ["serde"] }
56
chrono = { workspace = true, default-features = false, features = ["clock"] }
57
regex = { workspace = true }
58
thiserror = { workspace = true }
0 commit comments