Skip to content

Commit

Permalink
Merge branch 'master' into storage-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanelad authored Jan 3, 2025
2 parents 19875e5 + 22844ee commit d627c9c
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 d627c9c

Please sign in to comment.