Skip to content

Commit

Permalink
feat(quaint): upgrade tiberius to 0.12.3 (#5037)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno authored Nov 7, 2024
1 parent 6051973 commit 2c64fd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 72 deletions.
74 changes: 4 additions & 70 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions quaint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,12 @@ features = ["chrono", "column_decltype"]
optional = true

[target.'cfg(not(any(target_os = "macos", target_os = "ios")))'.dependencies.tiberius]
version = "0.11.8"
version = "0.12.3"
optional = true
features = ["sql-browser-tokio", "chrono", "bigdecimal"]

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.tiberius]
version = "0.11.8"
version = "0.12.3"
optional = true
default-features = false
features = [
Expand Down

0 comments on commit 2c64fd3

Please sign in to comment.