Skip to content

Commit

Permalink
Bump flate2 from 1.0.28 to 1.0.30
Browse files Browse the repository at this point in the history
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.28 to 1.0.30.
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.0.28...1.0.30)

---
updated-dependencies:
- dependency-name: flate2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 2, 2024
1 parent 4734704 commit f9890aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ocipkg-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cargo_metadata = "0.18.1"
clap = { version = "4.5.4", features = ["derive"] }
colored = "2.1.0"
env_logger = "0.11.3"
flate2 = "1.0.28"
flate2 = "1.0.30"
git2 = "0.18.3"
log = "0.4.21"
oci-spec = "0.6.5"
Expand Down
2 changes: 1 addition & 1 deletion ocipkg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ base16ct = { version = "0.2.0", features = ["alloc"] }
base64 = "0.22.0"
chrono = "0.4.38"
directories = "5.0.1"
flate2 = "1.0.28"
flate2 = "1.0.30"
lazy_static = "1.4.0"
log = "0.4.21"
maplit = "1.0.2"
Expand Down

0 comments on commit f9890aa

Please sign in to comment.