From f78cb2124cc7cd27049247bfd43de13f9c42026e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 11:56:06 +0000 Subject: [PATCH] build(deps): bump xphone from 0.4.0 to 0.4.1 Bumps [xphone](https://github.com/x-phone/xphone-rust) from 0.4.0 to 0.4.1. - [Changelog](https://github.com/x-phone/xphone-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/x-phone/xphone-rust/compare/v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: xphone dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 700b0fc..f6bbe4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1951,9 +1951,9 @@ dependencies = [ [[package]] name = "xphone" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5455107b5517d3a062f0057766745ed17417fe1fa8cd339029e4a9447cf43cc" +checksum = "d9e38e0d059065e538bf21fb3389b753590de8a3ce1aba229a2ff025affbd333" dependencies = [ "aes", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 90dff51..23bc2de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/x-phone/xbridge" homepage = "https://github.com/x-phone/xbridge" [dependencies] -xphone = "0.4.0" +xphone = "0.4.1" tokio = { version = "1", features = ["full"] } axum = { version = "0.8", features = ["ws"] } serde = { version = "1", features = ["derive"] }