Skip to content

Commit

Permalink
build(deps): bump tantivy from 0.21.1 to 0.22.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 17, 2024
1 parent dce946e commit 0eafaf7
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 63 deletions.
128 changes: 68 additions & 60 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion mwp-scraper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ reqwest = "0.12.3"
serde = "1.0.197"
serde_json = "1.0.115"
sled = "0.34.7"
tantivy = { version = "0.21.1", features = ["mmap"] }
tantivy = { version = "0.22.0", features = ["mmap"] }
time = "0.3.35"
tokio = { version = "1.37.0", features= ["full"]}
url = { version = "2.5.0", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion mwp-search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tantivy = { version = "0.21.1", features = ["mmap"] }
tantivy = { version = "0.22.0", features = ["mmap"] }
mwp-content = { path="../mwp-content" }
time = "0.3.35"
url = "2.5.0"
2 changes: 1 addition & 1 deletion mwp-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env_logger = "0.11.3"
maud = { version = "0.26.0", features = ["actix-web"] }
serde = "1.0.197"
serde_json = "1.0.115"
tantivy = "0.21.1"
tantivy = "0.22.0"
rusqlite = { version = "0.31.0", features = ["time", "url", "bundled"]}
clap = { version = "4.5.4", features = ["derive"]}
static-files = "0.2.1"
Expand Down

0 comments on commit 0eafaf7

Please sign in to comment.