Skip to content

Commit

Permalink
Update libdeflater dep (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
sstadick authored Nov 20, 2021
1 parent a21aff2 commit e3c8e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hts-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ libz-sys = { version = "1.1.0", default-features = false, features = ["zlib-ng",
bzip2-sys = { version = "0.1.8", optional = true }
lzma-sys = { version = "0.1.16", optional = true, features = ["static"] }
curl-sys = { version = "0.4.44", optional = true, features = ["static-curl", "static-ssl", "protocol-ftp"] }
libdeflate-sys = { version = "0.5.0", optional = true }
libdeflate-sys = { version = "0.7.3", optional = true }

[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]
openssl-sys = { version = "0.9.56", optional = true }
Expand Down

0 comments on commit e3c8e81

Please sign in to comment.