From 9a6616c031a24427c7a98911dff540d58656775f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 08:32:04 +0000 Subject: [PATCH] chore(deps): bump assertables from 9.8.2 to 9.8.3 in /native Bumps [assertables](https://github.com/sixarm/assertables-rust-crate) from 9.8.2 to 9.8.3. - [Changelog](https://github.com/SixArm/assertables-rust-crate/blob/9.8.3/CHANGES.md) - [Commits](https://github.com/sixarm/assertables-rust-crate/compare/9.8.2...9.8.3) --- updated-dependencies: - dependency-name: assertables dependency-version: 9.8.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- native/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/native/Cargo.lock b/native/Cargo.lock index c28be6c54f..08b9426bf9 100644 --- a/native/Cargo.lock +++ b/native/Cargo.lock @@ -388,9 +388,9 @@ checksum = "b0f477b951e452a0b6b4a10b53ccd569042d1d01729b519e02074a9c0958a063" [[package]] name = "assertables" -version = "9.8.2" +version = "9.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59051ec02907378a67b0ba1b8631121f5388c8dbbb3cec8c749d8f93c2c3c211" +checksum = "cbada39b42413d4db3d9460f6e791702490c40f72924378a1b6fc1a4181188fd" [[package]] name = "async-channel"