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"] }