Skip to content

Commit

Permalink
Merge pull request #562 from rursprung/update-to-r2d2-oracle-0.6
Browse files Browse the repository at this point in the history
update to `r2d2-oracle=0.6`
  • Loading branch information
wangxiaoying authored Jan 11, 2024
2 parents a202e72 + 2559bac commit 95b12c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion connectorx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ postgres-native-tls = {version = "0.5", optional = true}
postgres-openssl = {version = "0.5", optional = true}
mysql_common = {version = "0.29", features = ["chrono"], optional = true}
r2d2 = {version = "0.8", optional = true}
r2d2-oracle = {version = "0.5.0", features = ["chrono"], optional = true}
r2d2-oracle = {version = "0.6", features = ["chrono"], optional = true}
r2d2_mysql = {version = "23", optional = true}
r2d2_postgres = {version = "0.18.1", optional = true}
r2d2_sqlite = {version = "0.22.0", optional = true}
Expand Down

0 comments on commit 95b12c3

Please sign in to comment.