From 17bbe9d6b8075fec52974febac99c7ea8e0a6a80 Mon Sep 17 00:00:00 2001 From: David Koloski Date: Sun, 15 Sep 2024 20:09:50 -0400 Subject: [PATCH] Remove bytemuck from dependencies --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ab43103..ad020fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,6 @@ borsh = { version = "=1.5.1", features = ["derive"], optional = true } # TODO: Unfork after bson adds support for pre-warmed serialization buffers # https://github.com/mongodb/bson-rust/pull/328 bson = { version = "=2.9.0", git = "https://github.com/djkoloski/bson-rust", branch = "add_into_vec", optional = true } -bytemuck = { version = "=1.16.1", optional = true } capnp = { version = "=0.19.6", optional = true } cbor4ii = { version = "=0.3.2", features = [ "use_std", "serde1" ], optional = true } ciborium = { version = "=0.2.2", optional = true } @@ -105,7 +104,6 @@ default = [ "bitcode", "borsh", "bson", - "bytemuck", "capnp", "cbor4ii", "ciborium",