From b9b0d451cd07790b4178e3997dbbf23914ff1310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:46:23 +0000 Subject: [PATCH] build(deps): bump walkdir from 2.4.0 to 2.5.0 Bumps [walkdir](https://github.com/BurntSushi/walkdir) from 2.4.0 to 2.5.0. - [Commits](https://github.com/BurntSushi/walkdir/compare/2.4.0...2.5.0) --- updated-dependencies: - dependency-name: walkdir dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- mwp-content/Cargo.toml | 2 +- mwp-scraper/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04cd636..10574e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2953,9 +2953,9 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "walkdir" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" +checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" dependencies = [ "same-file", "winapi-util", diff --git a/mwp-content/Cargo.toml b/mwp-content/Cargo.toml index a011a8c..16e76d5 100644 --- a/mwp-content/Cargo.toml +++ b/mwp-content/Cargo.toml @@ -9,4 +9,4 @@ repository.workspace = true [dependencies] pulldown-cmark = "0.9.3" url = "2.5.0" -walkdir = "2.4.0" +walkdir = "2.5.0" diff --git a/mwp-scraper/Cargo.toml b/mwp-scraper/Cargo.toml index 1d3bdfe..5605108 100644 --- a/mwp-scraper/Cargo.toml +++ b/mwp-scraper/Cargo.toml @@ -20,7 +20,7 @@ tantivy = { version = "0.21.1", features = ["mmap"] } time = "0.3.31" tokio = { version = "1.36.0", features= ["full"]} url = { version = "2.5.0", features = ["serde"] } -walkdir = "2.4.0" +walkdir = "2.5.0" rusqlite = { version = "0.30.0", features = ["time", "url", "bundled"]} mwp-content = { path="../mwp-content" }