diff --git a/src/features.txt b/src/features.txt
index 7edd2f39..32d737b3 100644
--- a/src/features.txt
+++ b/src/features.txt
@@ -15,7 +15,6 @@
 | `cache-me` | Enables the [`CacheMe`](adaptors::CacheMe) bot adaptor. |
 | `trace-adaptor` | Enables the [`Trace`](adaptors::Trace) bot adaptor. |
 | `erased` | Enables the [`ErasedRequester`](adaptors::ErasedRequester) bot adaptor. |
-| `frunk` | Enables [`teloxide::utils::UpState`]. |
 | `full` | Enables all the features except `nightly`. |
 | `nightly` | Enables nightly-only features (see the [teloxide-core features]). |
 
diff --git a/src/utils/mod.rs b/src/utils/mod.rs
index d83e0dbb..c7738637 100644
--- a/src/utils/mod.rs
+++ b/src/utils/mod.rs
@@ -6,6 +6,3 @@ pub mod markdown;
 pub(crate) mod shutdown_token;
 
 pub use teloxide_core::net::client_from_env;
-
-#[cfg(feature = "frunk")]
-pub use up_state::UpState;