Skip to content

Commit

Permalink
Update Rust crate flate2 to 1.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Nov 20, 2024
1 parent ac3fb34 commit 229f7e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
11 changes: 5 additions & 6 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 @@ -370,7 +370,7 @@ either = "1.13.0"
expectorate = "1.1.0"
fatfs = "0.3.6"
filetime = "0.2.25"
flate2 = "1.0.34"
flate2 = "1.0.35"
float-ord = "0.3.2"
flume = "0.11.1"
foreign-types = "0.3.2"
Expand Down
6 changes: 2 additions & 4 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ed25519-dalek = { version = "2.1.1", features = ["digest", "pkcs8", "rand_core"]
either = { version = "1.13.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.34" }
flate2 = { version = "1.0.35" }
fs-err = { version = "2.11.0", default-features = false, features = ["tokio"] }
futures = { version = "0.3.31" }
futures-channel = { version = "0.3.31", features = ["sink"] }
Expand All @@ -63,7 +63,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
getrandom = { version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
hashbrown = { version = "0.15.0" }
heck = { version = "0.4.1" }
hex = { version = "0.4.3", features = ["serde"] }
hickory-proto = { version = "0.24.1", features = ["text-parsing"] }
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
Expand Down Expand Up @@ -170,7 +169,7 @@ ed25519-dalek = { version = "2.1.1", features = ["digest", "pkcs8", "rand_core"]
either = { version = "1.13.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.34" }
flate2 = { version = "1.0.35" }
fs-err = { version = "2.11.0", default-features = false, features = ["tokio"] }
futures = { version = "0.3.31" }
futures-channel = { version = "0.3.31", features = ["sink"] }
Expand All @@ -184,7 +183,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
getrandom = { version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
hashbrown = { version = "0.15.0" }
heck = { version = "0.4.1" }
hex = { version = "0.4.3", features = ["serde"] }
hickory-proto = { version = "0.24.1", features = ["text-parsing"] }
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
Expand Down

0 comments on commit 229f7e2

Please sign in to comment.