Skip to content

Commit

Permalink
deps: update libflate requirement from 1.0.0 to 2.1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [libflate](https://github.com/sile/libflate) to permit the latest version.
- [Release notes](https://github.com/sile/libflate/releases)
- [Commits](sile/libflate@1.0.0...2.1.0)

---
updated-dependencies:
- dependency-name: libflate
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent ea9fd8c commit ebe5fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sprs-benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyo3 = { version = "0.18.3", features = ["auto-initialize"] }
cc = "1.0.52"
reqwest = { version="0.11.16", features=["blocking"], optional=true }
tar = { version="0.4.26", optional=true }
libflate = { version="1.0.0", optional=true }
libflate = { version="2.1.0", optional=true }

[features]
default = []
Expand Down

0 comments on commit ebe5fd6

Please sign in to comment.