From a628a64469fd8039f651e7bd67c7d85ec101d47d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 02:04:22 +0000 Subject: [PATCH] build(deps): bump time from 0.3.36 to 0.3.37 Bumps [time](https://github.com/time-rs/time) from 0.3.36 to 0.3.37. - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/compare/v0.3.36...v0.3.37) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- mwp-scraper/Cargo.toml | 2 +- mwp-search/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 642bded..a462ae0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3104,9 +3104,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.36" +version = "0.3.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" +checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" dependencies = [ "deranged", "itoa 1.0.10", @@ -3125,9 +3125,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.18" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" +checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" dependencies = [ "num-conv", "time-core", diff --git a/mwp-scraper/Cargo.toml b/mwp-scraper/Cargo.toml index 9d81a62..be67a7a 100644 --- a/mwp-scraper/Cargo.toml +++ b/mwp-scraper/Cargo.toml @@ -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" diff --git a/mwp-search/Cargo.toml b/mwp-search/Cargo.toml index c10e665..85bbec9 100644 --- a/mwp-search/Cargo.toml +++ b/mwp-search/Cargo.toml @@ -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"