From 22844ee39a63051f74c65ae32a6da043d53b950e Mon Sep 17 00:00:00 2001 From: Elad Kaplan Date: Thu, 2 Jan 2025 01:38:33 -0800 Subject: [PATCH] order selector attributes (#1124) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff9bf118..bcaf1876 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -152,7 +152,7 @@ ulid = { version = "1", optional = true } rusty-sidekiq = { version = "0.11.0", default-features = false, optional = true } bb8 = { version = "0.8.1", optional = true } -scraper = { version = "0.21.0", optional = true } +scraper = { version = "0.21.0", features = ["deterministic"], optional = true } [workspace.dependencies] colored = { version = "2" }