Skip to content

Commit

Permalink
chore(crate): bump spider@2
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Aug 26, 2024
1 parent d84d521 commit 89d0dac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "website_crawler"
version = "0.9.7"
version = "0.9.8"
authors = ["Jeff Mendez <jeff@a11ywatch.com>"]
edition = "2021"
description = "gRPC tokio based web crawler built with spider"
Expand All @@ -19,7 +19,7 @@ prost-types = "0.11.2"
lazy_static = "1.4.0"
env_logger = "0.9.0"
string_concat = "0.0.1"
spider = { version = "1", features = ["sync", "control", "sitemap"]}
spider = { version = "2", features = ["sync", "control", "sitemap"]}

[target.'cfg(all(not(target_os = "android"), not(target_os = "freebsd")))'.dependencies]
jemallocator = { version = "0.5.0", optional = true }
Expand Down

0 comments on commit 89d0dac

Please sign in to comment.