Skip to content

Commit

Permalink
chore(deps): update rust crate flate2 to 1.0.28 (#4280)
Browse files Browse the repository at this point in the history
Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com>
  • Loading branch information
oxide-renovate[bot] authored Oct 24, 2023
1 parent b6ec68f commit a0fccaf
Show file tree
Hide file tree
Showing 3 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 @@ -187,7 +187,7 @@ either = "1.9.0"
expectorate = "1.1.0"
fatfs = "0.3.6"
filetime = "0.2.22"
flate2 = "1.0.27"
flate2 = "1.0.28"
flume = "0.11.0"
foreign-types = "0.3.2"
fs-err = "2.9.0"
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ crypto-common = { version = "0.1.6", default-features = false, features = ["getr
diesel = { version = "2.1.1", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] }
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
either = { version = "1.9.0" }
flate2 = { version = "1.0.27" }
flate2 = { version = "1.0.28" }
futures = { version = "0.3.28" }
futures-channel = { version = "0.3.28", features = ["sink"] }
futures-core = { version = "0.3.28" }
Expand Down Expand Up @@ -128,7 +128,7 @@ crypto-common = { version = "0.1.6", default-features = false, features = ["getr
diesel = { version = "2.1.1", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] }
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
either = { version = "1.9.0" }
flate2 = { version = "1.0.27" }
flate2 = { version = "1.0.28" }
futures = { version = "0.3.28" }
futures-channel = { version = "0.3.28", features = ["sink"] }
futures-core = { version = "0.3.28" }
Expand Down

0 comments on commit a0fccaf

Please sign in to comment.