diff --git a/Cargo.toml b/Cargo.toml index 0b259ffa..6fd2cf94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ semver = "1.0" [dev-dependencies] tempfile = "3.8" # Only used in the example -arrow = { version = "53.0", default-features = false, features = ["ffi"] } +arrow = { version = "54.0", default-features = false, features = ["ffi"] } [workspace] members = ["gdal-src", "gdal-sys"]