Skip to content

Commit

Permalink
Update pq-src requirement from 0.1.3 to 0.3.2
Browse files Browse the repository at this point in the history
Updates the requirements on [pq-src](https://github.com/sgrif/pq-sys) to permit the latest version.
- [Release notes](https://github.com/sgrif/pq-sys/releases)
- [Changelog](https://github.com/sgrif/pq-sys/blob/master/CHANGELOG.md)
- [Commits](sgrif/pq-sys@v0.1.3...v0.3.2)

---
updated-dependencies:
- dependency-name: pq-src
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 1bb6ba3 commit 4a9cb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdal-src/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ libsqlite3-sys = { version = "0.28.0", features = ["bundled"], optional = true }
hdf5-src = { version = "0.8.1", optional = true, features = ["hl"] }
hdf5-sys = { version = "0.8.1", optional = true, features = ["static"] }
netcdf-src = { version = "0.3.3", optional = true }
pq-src = { version = "0.1.3", optional = true }
pq-src = { version = "0.3.2", optional = true }
curl-sys = { version = "0.4.70", features = ["static-curl"], optional = true }
libz-sys = { version = "1.1.15", features = ["static"], optional = true }
geos-sys = { version = "2.0.6", optional = true }
Expand Down

0 comments on commit 4a9cb8f

Please sign in to comment.