From 93ce4a569438f46acf47a21718768f31edc87519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:47:13 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.113 to 1.0.114 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.113 to 1.0.114. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.113...v1.0.114) --- 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 04cd636..98c1f10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2296,9 +2296,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.113" +version = "1.0.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" +checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" dependencies = [ "itoa 1.0.10", "ryu", diff --git a/mwp-scraper/Cargo.toml b/mwp-scraper/Cargo.toml index 1d3bdfe..ef3da2e 100644 --- a/mwp-scraper/Cargo.toml +++ b/mwp-scraper/Cargo.toml @@ -14,7 +14,7 @@ pulldown-cmark = "0.9.3" regex = "1.10.3" reqwest = "0.11.24" serde = "1.0.196" -serde_json = "1.0.113" +serde_json = "1.0.114" sled = "0.34.7" tantivy = { version = "0.21.1", features = ["mmap"] } time = "0.3.31" diff --git a/mwp-web/Cargo.toml b/mwp-web/Cargo.toml index 5882534..39e5552 100644 --- a/mwp-web/Cargo.toml +++ b/mwp-web/Cargo.toml @@ -16,7 +16,7 @@ actix-web = "4.5.1" env_logger = "0.10.2" maud = { version = "0.26.0", features = ["actix-web"] } serde = "1.0.196" -serde_json = "1.0.113" +serde_json = "1.0.114" tantivy = "0.21.1" rusqlite = { version = "0.30.0", features = ["time", "url", "bundled"]} clap = { version = "4.5.1", features = ["derive"]}