From 0e41865545f41ff321123140c54cbf05c7aa8cf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:40:37 +0000 Subject: [PATCH] build(deps): bump diligent-date-parser from 0.1.4 to 0.1.5 Bumps [diligent-date-parser](https://github.com/rust-syndication/diligent-date-parser) from 0.1.4 to 0.1.5. - [Release notes](https://github.com/rust-syndication/diligent-date-parser/releases) - [Commits](https://github.com/rust-syndication/diligent-date-parser/compare/0.1.4...0.1.5) --- updated-dependencies: - dependency-name: diligent-date-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c2f4ed..340580c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -212,9 +212,9 @@ dependencies = [ [[package]] name = "diligent-date-parser" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6cf7fe294274a222363f84bcb63cdea762979a0443b4cf1f4f8fd17c86b1182" +checksum = "c8ede7d79366f419921e2e2f67889c12125726692a313bffb474bd5f37a581e9" dependencies = [ "chrono", ] diff --git a/Cargo.toml b/Cargo.toml index 6f1fcc4..c37b070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] opml = "1.1" reqwest = { version = "0.12", features = ["json"] } -diligent-date-parser = "0.1.4" +diligent-date-parser = "0.1.5" futures = "0.3.30" rss = "2.0" atom_syndication = "0.12.3"