From 880934943cdcc3442ba13cdaeb037ef40cb93675 Mon Sep 17 00:00:00 2001 From: Miguel Fernandez Date: Tue, 18 Apr 2023 13:24:51 +0200 Subject: [PATCH] Update tiberius to 0.11.7 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]