Skip to content

Commit 641409d

Browse files
chore(deps): update arrow-pg requirement from 0.1.1 to 0.2.0
Updates the requirements on [arrow-pg](https://github.com/datafusion-contrib/datafusion-postgres) to permit the latest version. - [Release notes](https://github.com/datafusion-contrib/datafusion-postgres/releases) - [Commits](datafusion-contrib/datafusion-postgres@arrow-pg-v0.1.1...arrow-pg-v0.2.0) --- updated-dependencies: - dependency-name: arrow-pg dependency-version: 0.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d3dbe48 commit 641409d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ rustls-pki-types = { version = "1.10" }
9090
rusqlite = { version = "0.36.0", features = ["column_decltype"] }
9191
## for duckdb example
9292
duckdb = { version = "1.0.0" }
93-
arrow-pg = "0.1.1"
93+
arrow-pg = "0.2.0"
9494

9595
## for loading custom cert files
9696
rustls-pemfile = "2.0"

0 commit comments

Comments
 (0)