From ecb4f0be79975b150929fdb252a52a4a1799f6c8 Mon Sep 17 00:00:00 2001 From: kevinheavey Date: Tue, 10 Dec 2024 01:09:44 +0400 Subject: [PATCH] remove unused scroll dep --- Cargo.lock | 7 ------- Cargo.toml | 1 - 2 files changed, 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 262b73c8..8b9c8a77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,12 +320,6 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" -[[package]] -name = "scroll" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da" - [[package]] name = "shuttle" version = "0.7.1" @@ -366,7 +360,6 @@ dependencies = [ "log", "rand", "rustc-demangle", - "scroll", "shuttle", "test_utils", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 781ce874..f5537db5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,6 @@ hash32 = "0.2.0" log = "0.4.2" rand = { version = "0.8.5", features = ["small_rng"]} rustc-demangle = "0.1" -scroll = "0.11" shuttle = { version = "0.7.1", optional = true } thiserror = "1.0.26"