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 Dec 14, 2024
1 parent 5ceea0f commit 16d1630
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
13 changes: 7 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 @@ -374,7 +374,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
10 changes: 6 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 @@ -69,7 +69,8 @@ hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
hyper = { version = "1.5.0", features = ["full"] }
indexmap = { version = "2.6.0", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
itertools = { version = "0.10.5" }
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
lalrpop-util = { version = "0.19.12" }
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
libc = { version = "0.2.162", features = ["extra_traits"] }
Expand Down Expand Up @@ -168,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 @@ -188,7 +189,8 @@ hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
hyper = { version = "1.5.0", features = ["full"] }
indexmap = { version = "2.6.0", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
itertools = { version = "0.10.5" }
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
lalrpop-util = { version = "0.19.12" }
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
libc = { version = "0.2.162", features = ["extra_traits"] }
Expand Down

0 comments on commit 16d1630

Please sign in to comment.