Stable async-cpupool
All checks were successful
/ clippy (push) Successful in 2m18s
/ tests (push) Successful in 3m15s
/ check (aarch64-unknown-linux-musl) (push) Successful in 3m29s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 3m35s
/ check (x86_64-unknown-linux-musl) (push) Successful in 2m42s

This commit is contained in:
asonix 2024-04-14 19:53:31 -05:00
parent 1de1d76506
commit 04ca4e5401
2 changed files with 8 additions and 7 deletions

13
Cargo.lock generated
View file

@ -462,8 +462,9 @@ checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
[[package]]
name = "async-cpupool"
version = "0.2.1"
source = "git+https://git.asonix.dog/safe-async/async-cpupool?branch=asonix/replace-flume#ef87e497cf68c874f79390932687ca6b99c6bc72"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d920cf0a9a264de90a46c1707ec28a8e24086044e7e129c4bec1140ecdafd2bd"
dependencies = [
"metrics",
"tracing",
@ -1787,9 +1788,9 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
[[package]]
name = "iri-string"
version = "0.7.1"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81669f3b77acd397a241a988f05190b1785cb83f0287d8fb3a05f0648405d65f"
checksum = "7f5f6c2df22c009ac44f6f1499308e7a3ac7ba42cd2378475cc691510e1eef1b"
dependencies = [
"memchr",
"serde",
@ -2708,9 +2709,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.79"
version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
checksum = "a56dea16b0a29e94408b9aa5e2940a4eedbd128a1ba20e8f7ae60fd3d465af0e"
dependencies = [
"unicode-ident",
]

View file

@ -29,7 +29,7 @@ actix-webfinger = { version = "0.5.0", default-features = false }
activitystreams = "0.7.0-alpha.25"
activitystreams-ext = "0.1.0-alpha.3"
ammonia = "4.0.0"
async-cpupool = { version = "0.2.0", git = "https://git.asonix.dog/safe-async/async-cpupool", branch = "asonix/replace-flume" }
async-cpupool = "0.2.2"
bcrypt = "0.15"
base64 = "0.22"
clap = { version = "4.0.0", features = ["derive"] }