1
0
mirror of https://github.com/actix/examples synced 2025-04-22 00:26:51 +02:00

Merge pull request #1060 from actix/dependabot/cargo/ractor-0.15.3

chore(deps): bump ractor from 0.15.2 to 0.15.3
This commit is contained in:
Rob Ede 2025-04-16 12:36:36 +00:00 committed by GitHub
commit 41cef8e1e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

30
Cargo.lock generated
View File

@ -6490,9 +6490,9 @@ dependencies = [
[[package]] [[package]]
name = "ractor" name = "ractor"
version = "0.15.2" version = "0.15.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc03eb43cae6ef79bae037e58e645664a480a1b17232e5a9cc77b37a99aa7b1f" checksum = "7baf572559ad14ac3793c7c2fc3110f93d097d4d9b45aa626832933c78cb2445"
dependencies = [ dependencies = [
"bon", "bon",
"dashmap 6.1.0", "dashmap 6.1.0",
@ -6500,7 +6500,9 @@ dependencies = [
"once_cell", "once_cell",
"strum 0.26.3", "strum 0.26.3",
"tokio", "tokio",
"tokio_with_wasm",
"tracing", "tracing",
"web-time",
] ]
[[package]] [[package]]
@ -8681,6 +8683,30 @@ dependencies = [
"tokio", "tokio",
] ]
[[package]]
name = "tokio_with_wasm"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e42d20f41cbfe26740d0c2fb320d44ce7dfa716be135cb663e99a48248a0e897"
dependencies = [
"js-sys",
"tokio",
"tokio_with_wasm_proc",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "tokio_with_wasm_proc"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee80eb7e23abaa636caa9afe6042c6d8a8c0686165b8165f4fbf2988f0dd347f"
dependencies = [
"quote",
"syn 2.0.100",
]
[[package]] [[package]]
name = "toml" name = "toml"
version = "0.5.11" version = "0.5.11"