diff --git a/Cargo.toml b/Cargo.toml index 6f08d9f3..cbb41291 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ semver = "1.0" [dev-dependencies] tempfile = "3.8" # Only used in the example -arrow = { version = "50.0", default-features = false, features = ["ffi"] } +arrow = { version = "52.0", default-features = false, features = ["ffi"] } [workspace] members = ["gdal-sys"]