From 0b02aad5868df18c3934d9e56fa6bb8bdc6b5962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:00:56 +0100 Subject: [PATCH] Bump frankenstein from 0.37.0 to 0.38.0 (#1117) Bumps [frankenstein](https://github.com/ayrat555/frankenstein) from 0.37.0 to 0.38.0. - [Release notes](https://github.com/ayrat555/frankenstein/releases) - [Changelog](https://github.com/ayrat555/frankenstein/blob/master/CHANGELOG.md) - [Commits](https://github.com/ayrat555/frankenstein/compare/0.37.0...0.38.0) --- updated-dependencies: - dependency-name: frankenstein dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4bfadeaf..43c38335 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1183,9 +1183,9 @@ dependencies = [ [[package]] name = "frankenstein" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "625fe4cc6dbfc88fe05ccc0cd03611d8db0e7a84936d5bdb4c8e7541817b3804" +checksum = "9aa88d542953a3f252ade68b00c7cf8f63b3d30d4ebb415e4726640aaa084566" dependencies = [ "bon", "macro_rules_attribute", diff --git a/Cargo.toml b/Cargo.toml index b6c88b4c..2534d0c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ env_logger = "0.11.6" chrono = {version = "0.4.39", default-features=false, features = ["serde"]} rss = "2.0.11" actix-ws = "0.3.0" -frankenstein = "0.37.0" +frankenstein = "0.38.0" regex = "1.11.0" xml-builder = "0.5.2" diesel = { version = "2.2.6", features = ["chrono", "r2d2"] }