Skip to content

Commit 1082af6

Browse files
Bump zip from 7.2.0 to 8.1.0
Bumps [zip](https://github.com/zip-rs/zip2) from 7.2.0 to 8.1.0. - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v7.2.0...v8.1.0) --- updated-dependencies: - dependency-name: zip dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 89892b7 commit 1082af6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

observer_ward/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tracing-subscriber = { version = "=0.3.22", features = ["env-filter", "fmt"] }
3131
log = "0.4.29"
3232
console = "0.16.2"
3333
async-trait = { version = "0.1", optional = true }
34-
zip = { version = "7.2.0", default-features = false, features = ["deflate"] }
34+
zip = { version = "8.1.0", default-features = false, features = ["deflate"] }
3535
actix-web-httpauth = "0.8.1"
3636
actix-web = { version = "4.13.0", default-features = false, features = [
3737
"macros",

0 commit comments

Comments
 (0)