Skip to main content

max / makenotwork

Sync mnw-cli Cargo.lock (reqwest streaming deps, synckit-client 0.6.0) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-10 16:32 UTC
Commit: 04e2e80dbec747d791fca7cf94ebefeecaa01313
Parent: 7637a62
1 file changed, +17 insertions, -1 deletion
@@ -2871,6 +2871,7 @@ dependencies = [
2871 2871 "bytes",
2872 2872 "encoding_rs",
2873 2873 "futures-core",
2874 + "futures-util",
2874 2875 "h2",
2875 2876 "http",
2876 2877 "http-body",
@@ -2895,12 +2896,14 @@ dependencies = [
2895 2896 "tokio",
2896 2897 "tokio-native-tls",
2897 2898 "tokio-rustls",
2899 + "tokio-util",
2898 2900 "tower",
2899 2901 "tower-http",
2900 2902 "tower-service",
2901 2903 "url",
2902 2904 "wasm-bindgen",
2903 2905 "wasm-bindgen-futures",
2906 + "wasm-streams",
2904 2907 "web-sys",
2905 2908 "webpki-roots",
2906 2909 ]
@@ -3551,7 +3554,7 @@ dependencies = [
3551 3554
3552 3555 [[package]]
3553 3556 name = "synckit-client"
3554 - version = "0.4.0"
3557 + version = "0.6.0"
3555 3558 dependencies = [
3556 3559 "argon2",
3557 3560 "base64",
@@ -4250,6 +4253,19 @@ dependencies = [
4250 4253 ]
4251 4254
4252 4255 [[package]]
4256 + name = "wasm-streams"
4257 + version = "0.4.2"
4258 + source = "registry+https://github.com/rust-lang/crates.io-index"
4259 + checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
4260 + dependencies = [
4261 + "futures-util",
4262 + "js-sys",
4263 + "wasm-bindgen",
4264 + "wasm-bindgen-futures",
4265 + "web-sys",
4266 + ]
4267 +
4268 + [[package]]
4253 4269 name = "wasmparser"
4254 4270 version = "0.244.0"
4255 4271 source = "registry+https://github.com/rust-lang/crates.io-index"