Skip to content

Commit

Permalink
build(deps): Remove unused libz-sys (#1077)
Browse files Browse the repository at this point in the history
libz-sys is a optional dependency of a private crate that is never enabled.
  • Loading branch information
caspermeijn authored May 27, 2024
1 parent 4a7bba0 commit 4cbf941
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions protobuf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ anyhow = "1.0.1"
prost-build = { path = "../prost-build" }
tempfile = "3"

# With libz-sys `1.1.8` the msrv has been bumped to 1.54. Since, this dep
# is not a dep of the actual prost crates we will force cargo to not include
# the new version.
#
# https://github.com/rust-lang/libz-sys/issues/101
libz-sys = { version = "1.1, < 1.1.7", optional = true }

[dev-dependencies]
criterion = { version = "0.5", default-features = false }

Expand Down

0 comments on commit 4cbf941

Please sign in to comment.