diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index cdf025a..6fa3b03 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4221,9 +4221,9 @@ dependencies = [ [[package]] name = "postgres-types" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02048d9e032fb3cc3413bbf7b83a15d84a5d419778e2628751896d856498eee9" +checksum = "f66ea23a2d0e5734297357705193335e0a957696f34bed2f2faefacb2fec336f" dependencies = [ "array-init", "bytes", @@ -6108,9 +6108,9 @@ dependencies = [ [[package]] name = "tokio-postgres" -version = "0.7.11" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03adcf0147e203b6032c0b2d30be1415ba03bc348901f3ff1cc0df6a733e60c3" +checksum = "3b5d3742945bc7d7f210693b0c58ae542c6fd47b17adbbda0885f3dcb34a6bdb" dependencies = [ "async-trait", "byteorder", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 65c9622..a65e10c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -29,7 +29,7 @@ rust_decimal = { version = "1", features = ["db-tokio-postgres"] } clickhouse-rs = { git = "https://github.com/mel-mel-king/clickhouse-rs.git", branch = "decimal128" } rusqlite = { version = "0.32.1", features = ["bundled", "column_decltype", "modern_sqlite"] } mysql = { version = "25.0.0" } -tokio-postgres = { version = "0.7.10", features = ["with-serde_json-1", "array-impls", "with-chrono-0_4"] } +tokio-postgres = { version = "0.7.12", features = ["with-serde_json-1", "array-impls", "with-chrono-0_4"] } tauri = { version = "^2.0.0-rc", features = [ "devtools", "image-ico",