Skip to content

Commit 0ec95a7

Browse files
committed
Deps: Bump smb2 to 0.7.1 for Tree::download
- Unblocks Phase 4 Fix 2: smb2 0.7.1 exposes `Tree::download(&self, conn: &mut Connection, path)` which lets callers drive a streaming read on a cloned `Connection` without holding `&mut SmbClient`. - No other behavior change — 0.7.1 release notes at `smb2/CHANGELOG.md`.
1 parent 47f03b2 commit 0ec95a7

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ mdns-sd = { version = "0.18", features = ["logging"] }
116116
# SMB2/3 protocol client for share enumeration (pure Rust, pipelined I/O).
117117
# When bumping: also re-vendor the test containers per
118118
# apps/desktop/test/smb-servers/.compose/VENDORED.md
119-
smb2 = "0.7"
119+
smb2 = "0.7.1"
120120
# NFD normalization for APFS collation and SMB path normalization
121121
unicode-normalization = "0.1"
122122

0 commit comments

Comments
 (0)