From a9ba96bd911858babcac5341e22bfb9424cdc6d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 23:08:44 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.133 to 1.0.134 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.133 to 1.0.134. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.133...v1.0.134) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- mwp-scraper/Cargo.toml | 2 +- mwp-web/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05d4ec1..ca2216c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2697,9 +2697,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" dependencies = [ "itoa 1.0.10", "memchr", diff --git a/mwp-scraper/Cargo.toml b/mwp-scraper/Cargo.toml index 50c84ce..5d10b83 100644 --- a/mwp-scraper/Cargo.toml +++ b/mwp-scraper/Cargo.toml @@ -14,7 +14,7 @@ pulldown-cmark = "0.12.2" regex = "1.11.1" reqwest = "0.12.9" serde = "1.0.217" -serde_json = "1.0.133" +serde_json = "1.0.134" sled = "0.34.7" tantivy = { version = "0.22.0", features = ["mmap"] } time = "0.3.37" diff --git a/mwp-web/Cargo.toml b/mwp-web/Cargo.toml index 9e92f89..19693ba 100644 --- a/mwp-web/Cargo.toml +++ b/mwp-web/Cargo.toml @@ -16,7 +16,7 @@ actix-web = "4.9.0" env_logger = "0.11.6" maud = { version = "0.26.0", features = ["actix-web"] } serde = "1.0.217" -serde_json = "1.0.133" +serde_json = "1.0.134" tantivy = "0.22.0" rusqlite = { version = "0.31.0", features = ["time", "url", "bundled"]} clap = { version = "4.5.13", features = ["derive"]}