From fb2e7d0ca37e17b615498085f4783e1a3522bc7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 21:09:41 +0000 Subject: [PATCH] chore(deps): bump ractor from 0.15.6 to 0.15.7 Bumps [ractor](https://github.com/slawlor/ractor) from 0.15.6 to 0.15.7. - [Release notes](https://github.com/slawlor/ractor/releases) - [Commits](https://github.com/slawlor/ractor/compare/v0.15.6...v0.15.7) --- updated-dependencies: - dependency-name: ractor dependency-version: 0.15.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ef981ef..9507f996 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6465,18 +6465,21 @@ dependencies = [ [[package]] name = "ractor" -version = "0.15.6" +version = "0.15.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "164cbdac94cb8f5c3bbb031f959643619e7e74f13d94381d69ba6161640f063e" +checksum = "b2a03628f080f90360ed29f8a577b90ad9488820e561d33d22f34f241e58845d" dependencies = [ "bon", "dashmap 6.1.0", "futures", + "js-sys", "once_cell", "strum 0.26.3", "tokio", "tokio_with_wasm", "tracing", + "wasm-bindgen", + "wasm-bindgen-futures", "web-time", ]