summaryrefslogtreecommitdiff
path: root/serde_v8/Cargo.toml
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2022-09-01 16:01:48 +0530
committerGitHub <noreply@github.com>2022-09-01 16:01:48 +0530
commit73b4597dec5b4dd27b64a6a117945ced99ffe6c6 (patch)
tree84f39c630a09d74cbbc4a9a6e7cebc635ff5ebae /serde_v8/Cargo.toml
parente267ec6ed5002a3e300e948d2bcb883d260ac89b (diff)
fix(serde_v8): update bytes::Bytes layout assumptions (#15718)
Diffstat (limited to 'serde_v8/Cargo.toml')
-rw-r--r--serde_v8/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/serde_v8/Cargo.toml b/serde_v8/Cargo.toml
index 3dc05912c..dba85b240 100644
--- a/serde_v8/Cargo.toml
+++ b/serde_v8/Cargo.toml
@@ -13,7 +13,7 @@ description = "Rust to V8 serialization and deserialization"
path = "lib.rs"
[dependencies]
-bytes = "1"
+bytes = "=1.2.1"
derive_more = "0.99.17"
serde = { version = "1.0.136", features = ["derive"] }
serde_bytes = "0.11"