Skip to content

Commit

Permalink
order selector attributes (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanelad authored Jan 2, 2025
1 parent ab3bf0b commit 22844ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 22844ee

Please sign in to comment.