From 9b493594a270b117660a7447ff51bf94a73413d8 Mon Sep 17 00:00:00 2001 From: generatedunixname89002005287564 Date: Mon, 2 Oct 2023 06:06:47 -0700 Subject: [PATCH] Reviewed By: zertosh Differential Revision: D49823397 fbshipit-source-id: 0c363abab402d264f0e07c6bfd07916f25573dda --- below/config/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/below/config/Cargo.toml b/below/config/Cargo.toml index 4c31212e..425473f4 100644 --- a/below/config/Cargo.toml +++ b/below/config/Cargo.toml @@ -13,7 +13,6 @@ license = "Apache-2.0" anyhow = "1.0.71" btrfs = { package = "below-btrfs", version = "0.7.1", path = "../btrfs" } cgroupfs = { version = "0.7.1", path = "../cgroupfs" } -once_cell = "1.12" serde = { version = "1.0.185", features = ["derive", "rc"] } toml = "0.7.3"