From ab9585074af5a9f5bd577aa56823b6b216d6c506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 00:32:20 +0000 Subject: [PATCH] chore(deps)(deps): update ecb requirement from 0.1 to 0.2 Updates the requirements on [ecb](https://github.com/magic-akari/ecb) to permit the latest version. - [Commits](https://github.com/magic-akari/ecb/compare/v0.1.1...v0.2.0) --- updated-dependencies: - dependency-name: ecb dependency-version: 0.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/octo-adapter-wechat/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/octo-adapter-wechat/Cargo.toml b/crates/octo-adapter-wechat/Cargo.toml index d471ca08..71ec3167 100644 --- a/crates/octo-adapter-wechat/Cargo.toml +++ b/crates/octo-adapter-wechat/Cargo.toml @@ -19,7 +19,7 @@ chrono = { version = "0.4", features = ["clock"] } parking_lot = "0.12" tracing = "0.1" aes = "0.8" -ecb = "0.1" +ecb = "0.2" octo-network = { path = "../octo-network" }