diff --git a/Cargo.toml b/Cargo.toml index 0466e85..b65eefa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ exclude = ['.gitignore', '.cargo/config', '.vscode', '.devcontainer', '.github'] [workspace.dependencies] anyhow = "1.0" -arrow = { version = "52", default-features = false } +arrow = { version = "54", default-features = false } time = { version = "0.3", features = [] } document-features = "0.2" erased-serde = "0.4"