mirror of
https://github.com/actix/examples
synced 2025-04-22 08:34:52 +02:00
chore(deps): bump ractor from 0.15.2 to 0.15.3
Bumps [ractor](https://github.com/slawlor/ractor) from 0.15.2 to 0.15.3. - [Release notes](https://github.com/slawlor/ractor/releases) - [Commits](https://github.com/slawlor/ractor/compare/v0.15.2...v0.15.3) --- updated-dependencies: - dependency-name: ractor dependency-version: 0.15.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7c2ea49d77
commit
88c25e6769
30
Cargo.lock
generated
30
Cargo.lock
generated
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user