Skip to content

Commit

Permalink
chore(deps): 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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 4, 2024
1 parent c1c84fd commit d5c9738
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ bytes = { version = "1.7.1", default-features = false }
chrono = { version = "0.4.38", default-features = false }
encoding_rs = { version = "0.8.34", optional = true, features = ["serde"] }
exitcode = { version = "1.1.2" }
flate2 = { version = "1.0.30", optional = true }
flate2 = { version = "1.0.31", optional = true }
gcra = { git = "https://github.com/f1shl3gs/gcra.git", rev = "6473b6da31cf1bd35e5e63790c9503a02c076f96", optional = true }
glob = { version = "0.3.1" }
indexmap = { version = "2.3.0", default-features = false, features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dyn-clone = { version = "1.0.17", default-features = false }
event = { path = "../event" }
# TODO: framework should not exit if any error happened
exitcode = { version = "1.1.2" }
flate2 = { version = "1.0.30" }
flate2 = { version = "1.0.31" }
futures = { version = "0.3.30", default-features = false, features = ["async-await"] }
futures-util = { version = "0.3.30", default-features = false }
glob = { version = "0.3.1" }
Expand Down
2 changes: 1 addition & 1 deletion lib/tail/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ tokio = { version = "1.39.2", default-features = false, features = ["rt", "macro
glob = { version = "0.3.1" }
tracing = { version = "0.1.40", default-features = false }
futures = { version = "0.3.30", default-features = false }
flate2 = { version = "1.0.30" }
flate2 = { version = "1.0.31" }

0 comments on commit d5c9738

Please sign in to comment.