Skip to content

Commit c49fbdf

Browse files
authored
Update proj-sys flate2 dep for ureq 3.x compatibility (#229)
- [x] I agree to follow the project's [code of conduct](https://github.com/georust/.github/blob/main/CODE_OF_CONDUCT.md). - [x] I added an entry to the project's change log file if knowledge of this change could be valuable to users. - Usually called `CHANGES.md` or `CHANGELOG.md` - Prefix changelog entries for breaking changes with "BREAKING: " --- We're using an older flate2 version that won't be accepted by ureq 3.x (see #228).
1 parent 88da963 commit c49fbdf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

proj-sys/CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# UNRELEASED
22

33
- Update to PROJ 9.6.0
4+
- Update flate2 dependency for ureq 3.x compat
45

56
# 0.25.0 - 2024-12-20
67

proj-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ link-cplusplus = "1.0.6"
1919
bindgen = { version = "0.71.1", optional = true }
2020
pkg-config = "0.3.25"
2121
cmake = "0.1.50"
22-
flate2 = "1.0.24"
22+
flate2 = "1.1.1"
2323
tar = "0.4.40"
2424

2525
[features]

0 commit comments

Comments
 (0)