Skip to content

Commit

Permalink
Update Rust crate flate2 to 1.0.30 (#5646)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed May 14, 2024
1 parent af6efd8 commit 0e92c67
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 @@ -262,7 +262,7 @@ either = "1.11.0"
expectorate = "1.1.0"
fatfs = "0.3.6"
filetime = "0.2.23"
flate2 = "1.0.28"
flate2 = "1.0.30"
flume = "0.11.0"
foreign-types = "0.3.2"
fs-err = "2.11.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 @@ -45,7 +45,7 @@ digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
either = { version = "1.11.0" }
elliptic-curve = { version = "0.13.8", features = ["ecdh", "hazmat", "pem", "std"] }
ff = { version = "0.13.0", default-features = false, features = ["alloc"] }
flate2 = { version = "1.0.28" }
flate2 = { version = "1.0.30" }
futures = { version = "0.3.30" }
futures-channel = { version = "0.3.30", features = ["sink"] }
futures-core = { version = "0.3.30" }
Expand Down Expand Up @@ -152,7 +152,7 @@ digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
either = { version = "1.11.0" }
elliptic-curve = { version = "0.13.8", features = ["ecdh", "hazmat", "pem", "std"] }
ff = { version = "0.13.0", default-features = false, features = ["alloc"] }
flate2 = { version = "1.0.28" }
flate2 = { version = "1.0.30" }
futures = { version = "0.3.30" }
futures-channel = { version = "0.3.30", features = ["sink"] }
futures-core = { version = "0.3.30" }
Expand Down

0 comments on commit 0e92c67

Please sign in to comment.