From 578f5b25128ab18260ca470ed092692e16d1ab1f Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Sat, 3 Aug 2024 11:34:32 +0300 Subject: [PATCH] frankenstein 0.32.2 --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c38fdc3b..ccecb5af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -587,8 +587,9 @@ dependencies = [ [[package]] name = "frankenstein" -version = "0.32.1" -source = "git+https://github.com/ayrat555/frankenstein?branch=ayrat555/fix-star-count#61e895657380a3c55d12984b490569d0d1f2c1f8" +version = "0.32.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df0414fc77e482475a9538866e7a68c5f97f30e9c642c0f3a16e030593f98065" dependencies = [ "serde", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 3efe34f2..720b6ec8 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 = { git = "https://github.com/ayrat555/frankenstein", branch = "ayrat555/fix-star-count", default-features = false, features = ["telegram-trait"] } +frankenstein = { version = "0.32.2", default-features = false, features = ["telegram-trait"] } handlebars = "6.0" hex = "0.4" htmlescape = "0.3"