Skip to content

Commit

Permalink
build(deps): bump time from 0.3.36 to 0.3.37 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent f78c41f commit 2871e6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -17,7 +17,7 @@ serde = "1.0.215"
serde_json = "1.0.133"
sled = "0.34.7"
tantivy = { version = "0.22.0", features = ["mmap"] }
time = "0.3.36"
time = "0.3.37"
tokio = { version = "1.42.0", features= ["full"]}
url = { version = "2.5.4", features = ["serde"] }
walkdir = "2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion mwp-search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ edition = "2021"
[dependencies]
tantivy = { version = "0.22.0", features = ["mmap"] }
mwp-content = { path="../mwp-content" }
time = "0.3.36"
time = "0.3.37"
url = "2.5.4"

0 comments on commit 2871e6f

Please sign in to comment.