From 4f15da8ba7e9efd2698ccc0bdeaa7808af44abd2 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Sat, 3 Aug 2024 10:49:22 +0300 Subject: [PATCH] fix parsing of `PaidMediaInfo` (#369) --- Cargo.lock | 3 +-- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51c67dbe..fabcbe3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -582,8 +582,7 @@ dependencies = [ [[package]] name = "frankenstein" version = "0.32.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0335ae5f57aca42a718950acd623b071432c44a6f0e0fcfbe742ec27de93f628" +source = "git+https://github.com/ayrat555/frankenstein?branch=ayrat555/fix-star-count#61e895657380a3c55d12984b490569d0d1f2c1f8" dependencies = [ "serde", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 992375cf..3efe34f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ dotenvy = "0.15" pretty_env_logger = "0.5" fang = { version = "0.11.0-rc1", features = ["blocking-postgres"], default-features = false} feed-rs = "2.1" -frankenstein = { version = "0.32.1", default-features = false, features = ["telegram-trait"] } +frankenstein = { git = "https://github.com/ayrat555/frankenstein", branch = "ayrat555/fix-star-count", default-features = false, features = ["telegram-trait"] } handlebars = "6.0" hex = "0.4" htmlescape = "0.3"