diff --git a/Cargo.toml b/Cargo.toml index 90d17e0b..45449177 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -126,12 +126,12 @@ features = ["bundled"] optional = true [target.'cfg(not(any(target_os = "macos", target_os = "ios")))'.dependencies.tiberius] -version = "0.11.6" +version = "0.11.7" optional = true features = ["sql-browser-tokio", "chrono", "bigdecimal"] [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.tiberius] -version = "0.11.2" +version = "0.11.7" optional = true default-features = false features = ["sql-browser-tokio", "vendored-openssl", "chrono", "bigdecimal", "tds73", "winauth"]