Skip to main content

max / audiofiles

Cargo.lock: pick up synckit-client transitive deps Lockfile update from synckit-client's finalized refactor (futures-util, futures-sink, tokio-util pulled in via reqwest features). No AF source change. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-06-22 23:23 UTC
Commit: adb9b1cf3499f1cd687689b9531df084d4e9da90
Parent: 40f5637
1 file changed, +18 insertions, -1 deletion
M Cargo.lock +18 -1
@@ -1693,6 +1693,7 @@ dependencies = [
1693 1693 "futures-core",
1694 1694 "futures-io",
1695 1695 "futures-macro",
1696 + "futures-sink",
1696 1697 "futures-task",
1697 1698 "memchr",
1698 1699 "pin-project-lite",
@@ -4106,6 +4107,7 @@ dependencies = [
4106 4107 "bytes",
4107 4108 "encoding_rs",
4108 4109 "futures-core",
4110 + "futures-util",
4109 4111 "h2",
4110 4112 "http",
4111 4113 "http-body",
@@ -4127,12 +4129,14 @@ dependencies = [
4127 4129 "sync_wrapper",
4128 4130 "tokio",
4129 4131 "tokio-native-tls",
4132 + "tokio-util",
4130 4133 "tower",
4131 4134 "tower-http",
4132 4135 "tower-service",
4133 4136 "url",
4134 4137 "wasm-bindgen",
4135 4138 "wasm-bindgen-futures",
4139 + "wasm-streams",
4136 4140 "web-sys",
4137 4141 ]
4138 4142
@@ -4941,7 +4945,7 @@ dependencies = [
4941 4945
4942 4946 [[package]]
4943 4947 name = "synckit-client"
4944 - version = "0.4.0"
4948 + version = "0.5.0"
4945 4949 dependencies = [
4946 4950 "argon2",
4947 4951 "base64",
@@ -5734,6 +5738,19 @@ dependencies = [
5734 5738 ]
5735 5739
5736 5740 [[package]]
5741 + name = "wasm-streams"
5742 + version = "0.4.2"
5743 + source = "registry+https://github.com/rust-lang/crates.io-index"
5744 + checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
5745 + dependencies = [
5746 + "futures-util",
5747 + "js-sys",
5748 + "wasm-bindgen",
5749 + "wasm-bindgen-futures",
5750 + "web-sys",
5751 + ]
5752 +
5753 + [[package]]
5737 5754 name = "wasmparser"
5738 5755 version = "0.244.0"
5739 5756 source = "registry+https://github.com/rust-lang/crates.io-index"