Skip to content

Commit

Permalink
Update dependencies (#202)
Browse files Browse the repository at this point in the history
The outdated Reqwest version is causing a few duplicated dependencies in
our tree.
  • Loading branch information
TomFryersMidsummer committed May 13, 2024
1 parent 4a0e203 commit 37a30f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ geo-types = { version = "0.7.10", optional = true }
libc = "0.2.119"
num-traits = "0.2.14"
thiserror = "1.0.30"
reqwest = { version = "0.11.9", optional = true, default-features = false, features = ["blocking", "rustls-tls"] }
reqwest = { version = "0.12.0", optional = true, default-features = false, features = ["blocking", "rustls-tls"] }

[workspace]
members = ["proj-sys"]
Expand Down
2 changes: 1 addition & 1 deletion proj-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ libsqlite3-sys = "0.28"
link-cplusplus = "1.0"

[build-dependencies]
bindgen = "0.68.1"
bindgen = "0.69.0"
pkg-config = "0.3.25"
cmake = "0.1.50"
flate2 = "1.0.24"
Expand Down

0 comments on commit 37a30f9

Please sign in to comment.