Index: Cargo.toml ================================================================== --- Cargo.toml +++ Cargo.toml @@ -15,11 +15,11 @@ lazy_static = "1.5.0" regex = "1.10.6" reqwest = { version = "0.12.7", features = [ "brotli", "socks", "deflate" ]} rss = "2.0.9" sedregex = "0.2.5" -sqlx = { version = "0.8", features = [ "postgres", "runtime-async-std-rustls", "chrono" ] } +sqlx = { version = "0.8", features = [ "postgres", "runtime-async-std-rustls", "chrono", "macros" ], default-features = false } telegram-bot = { git = "https://github.com/kworr/telegram-bot", features = [ "rustls" ], default-features = false } thiserror = "1.0.63" [profile.release] lto = true