From 7a162e4434d6ac721127fd581badb7b265ca1a45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 03:50:42 +0000 Subject: [PATCH] chore(deps)(deps): update grammers-mtproto requirement Updates the requirements on grammers-mtproto to permit the latest version. --- updated-dependencies: - dependency-name: grammers-mtproto dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/octo-adapter-telegram-mtproto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/octo-adapter-telegram-mtproto/Cargo.toml b/crates/octo-adapter-telegram-mtproto/Cargo.toml index dcacc854..8af98b78 100644 --- a/crates/octo-adapter-telegram-mtproto/Cargo.toml +++ b/crates/octo-adapter-telegram-mtproto/Cargo.toml @@ -88,7 +88,7 @@ tokio-util = { workspace = true, features = ["rt"] } # manually on top of stoolap; the libsql feature is therefore # unnecessary and would conflict with the convention. grammers-session = { version = "0.9.0", default-features = false } -grammers-mtproto = { version = "0.9.0" } +grammers-mtproto = { version = "0.10.0" } # grammers-client is feature-gated on `real-network`; the mock path # (used by default in tests) does not pull grammers-client in. # When enabled, it also forces `default-features = false` so the