Skip to content

Commit

Permalink
chore(spider): fix sitemap crawling all links 1.80.71
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Jan 17, 2024
1 parent d2ebbe5 commit 7a8a61c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.0"
version = "0.9.1"
authors = ["Jeff Mendez <[email protected]>"]
edition = "2021"
description = "gRPC tokio based web crawler"
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.80.68", features = ["sync", "control", "sitemap"]}
spider = { version = "1.80.71", 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 7a8a61c

Please sign in to comment.