1
0
mirror of https://github.com/actix/examples synced 2025-08-19 13:35:34 +02:00

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] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-08-17 13:17:10 +00:00
committed by GitHub
parent fcfa311b02
commit 7fcefb20ca

7
Cargo.lock generated
View File

@@ -6465,18 +6465,21 @@ dependencies = [
[[package]]
name = "ractor"
version = "0.15.6"
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "164cbdac94cb8f5c3bbb031f959643619e7e74f13d94381d69ba6161640f063e"
checksum = "4234001d2c56c95d57fa4ee5fb8d40bd3a4c217c6bfcd6655f38e5cadfb3e230"
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",
]