From 2b6a4af91a6015ae305fecb753df8fc5e1d6a3d5 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Wed, 25 Sep 2024 09:25:15 -0700 Subject: [PATCH] Vendor geckodriver Summary: I want to use this for some testing. allow-large-files Reviewed By: dtolnay Differential Revision: D63302887 fbshipit-source-id: 0dec2276aa3b999c5c799cc34beced2cf07de7ad --- Cargo.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ff5548..e5e8509 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,12 +195,9 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.14" +version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" -dependencies = [ - "cfg-if 1.0.0", -] +checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" [[package]] name = "crypto-common"