Skip to content

Commit c481d11

Browse files
fix(deps): bump zip from 4.3.0 to 4.6.1
Bumps [zip](https://github.com/zip-rs/zip2) from 4.3.0 to 4.6.1. - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v4.3.0...v4.6.1) --- updated-dependencies: - dependency-name: zip dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 46f1f32 commit c481d11

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

crates/semantic-search-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ bm25 = { version = "2.2.1", features = ["language_detection"] }
3535
# Common dependencies for all platforms
3636
anyhow = "1.0"
3737
reqwest = { workspace = true }
38-
zip = { version = "4.3.0", default-features = false, features = ["deflate", "time"] }
38+
zip = { version = "4.6.1", default-features = false, features = ["deflate", "time"] }
3939
tokio-stream = "0.1.17"
4040
sha2 = "0.10.9"
4141

0 commit comments

Comments
 (0)