diff --git a/Cargo.toml b/Cargo.toml index 877cead93673..690abe4c7f45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ arrow-ipc = { version = "52.2.0", default-features = false, features = [ "lz4", ] } arrow-ord = { version = "52.2.0", default-features = false } -arrow-schema = { version = "52.2.0", default-features = false } +arrow-schema = { version = "53.0.0", default-features = false } arrow-string = { version = "52.2.0", default-features = false } async-trait = "0.1.73" bigdecimal = "=0.4.1"