Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 75a8971 commit cb8cf3c
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 samply/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ crossbeam-channel = "0.5.13"

mach = "0.3.2"
lazy_static = "1.5.0"
flate2 = "1.0.30"
flate2 = "1.0.31"
sysctl = "0.5.4"
tempfile = "3.10.1"
plist = "1.7.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ anyhow = "1.0.86"
tempfile = "3.10.1"
futures = "0.3.5"
cab = "0.6.0"
flate2 = "1.0.30"
flate2 = "1.0.31"
tar = "0.4.41"
bzip2 = "0.4.3"

0 comments on commit cb8cf3c

Please sign in to comment.