Skip to content

Commit

Permalink
update to r2d2-oracle=0.6
Browse files Browse the repository at this point in the history
this is the only published crate still depending on v0.5 and is probably
the reason for a lot of the downloads of the old version.

note: if you were to enable dependabot updates on connector-x then this
wouldn't have to be done manually.
  • Loading branch information
rursprung committed Dec 13, 2023
1 parent a202e72 commit 2559bac
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 2559bac

Please sign in to comment.