Skip to content

Commit

Permalink
Update proj-sys requirement from 0.24.0 to 0.25.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: proj-sys
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lnicola committed Jan 3, 2025
1 parent 7235968 commit eb7c921
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 @@ -37,7 +37,7 @@ include = [

[dependencies]
link-cplusplus = "1.0"
proj-sys = { version = "0.24.0", features = ["bundled_proj"] }
proj-sys = { version = "0.25.0", features = ["bundled_proj"] }
libsqlite3-sys = { version = "0.28.0", features = ["bundled"], optional = true }
hdf5-sys = { package = "hdf5-metno-sys", version = "0.9.1", optional = true, features = ["static", "hl", "deprecated"] }
netcdf-sys = { version = "0.8.1", optional = true, features = ["static"] }
Expand Down

0 comments on commit eb7c921

Please sign in to comment.