Skip to content

Commit e056ea8

Browse files
fix(deps): bump zip from 4.3.0 to 5.1.1
Bumps [zip](https://github.com/zip-rs/zip2) from 4.3.0 to 5.1.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...v5.1.1) --- updated-dependencies: - dependency-name: zip dependency-version: 5.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 640efb7 commit e056ea8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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 = "5.1.1", default-features = false, features = ["deflate", "time"] }
3939
tokio-stream = "0.1.17"
4040
sha2 = "0.10.9"
4141

0 commit comments

Comments
 (0)