Skip to content

Commit 61f318d

Browse files
chore(deps): bump the all-cargo-version-updates group across 1 directory with 3 updates
Bumps the all-cargo-version-updates group with 3 updates in the / directory: [bzip2](https://github.com/trifectatechfoundation/bzip2-rs), [flate2](https://github.com/rust-lang/flate2-rs) and [ctor](https://github.com/mmastrac/rust-ctor). Updates `bzip2` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/trifectatechfoundation/bzip2-rs/releases) - [Commits](trifectatechfoundation/bzip2-rs@v0.6.0...v0.6.1) Updates `flate2` from 1.1.4 to 1.1.5 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.4...1.1.5) Updates `ctor` from 0.6.0 to 0.6.1 - [Commits](https://github.com/mmastrac/rust-ctor/commits) --- updated-dependencies: - dependency-name: bzip2 dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-version-updates - dependency-name: flate2 dependency-version: 1.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-version-updates - dependency-name: ctor dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-version-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 748acc4 commit 61f318d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ gzip = ["dep:flate2"]
5050
[dependencies]
5151
brotli = { version = ">=5.0, <9.0", optional = true }
5252
bsdiff = { version = "0.2.1", optional = true }
53-
bzip2 = { version = "0.6.0", optional = true }
54-
flate2 = { version = "1.1.4", optional = true }
53+
bzip2 = { version = "0.6.1", optional = true }
54+
flate2 = { version = "1.1.5", optional = true }
5555
log = { version = "0.4.28", optional = true }
5656
qbsdiff = { version = "1.4.3", optional = true }
5757

0 commit comments

Comments
 (0)