From d20be337d90778423dfe562ab95ba238a07d3207 Mon Sep 17 00:00:00 2001 From: Geoff Johnson Date: Sat, 25 Jan 2025 11:23:06 -0800 Subject: [PATCH] chore(mdx): update deps --- Cargo.lock | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21b19fe1046..88a93e1d81b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2386,8 +2386,7 @@ version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "666f0f59e259aea2d72e6012290c09877a780935cc3c18b1ceded41f3890d59c" dependencies = [ - "bitflags 2.4.0", - "getopts", + "bitflags", "memchr", "unicase", ]