From f7b9773ff5cc377e330f935801ec8706b72a27c0 Mon Sep 17 00:00:00 2001 From: Danielshih Date: Thu, 26 Feb 2026 08:27:48 +0000 Subject: [PATCH] rel v0.8.0 & Update dependencies in Cargo.toml --- Cargo.lock | 15 +++++++-------- Cargo.toml | 16 ++++++++-------- pg2any-lib/Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df15bc2..9b2aa3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -569,9 +569,9 @@ checksum = "645cbb3a84e60b7531617d5ae4e57f7e27308f6445f5abf653209ea76dec8dff" [[package]] name = "flate2" -version = "1.1.5" +version = "1.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" +checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" dependencies = [ "crc32fast", "miniz_oxide", @@ -927,14 +927,13 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.19" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" +checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" dependencies = [ "base64", "bytes", "futures-channel", - "futures-core", "futures-util", "http", "http-body", @@ -1481,7 +1480,7 @@ dependencies = [ [[package]] name = "pg2any_lib" -version = "0.7.0" +version = "0.8.0" dependencies = [ "async-compression", "async-trait", @@ -2459,9 +2458,9 @@ dependencies = [ [[package]] name = "system-configuration" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" +checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" dependencies = [ "bitflags 2.10.0", "core-foundation", diff --git a/Cargo.toml b/Cargo.toml index bd1f937..d4c7466 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,21 +21,21 @@ tokio = { version = "1.49.0", features = ["full"] } tokio-util = { version = "0.7.18", features = ["compat", "io-util"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" -chrono = { version = "0.4.42", features = ["serde"] } -bytes = "1.11.0" +chrono = { version = "0.4.44", features = ["serde"] } +bytes = "1.11.1" async-trait = "0.1.89" -thiserror = "2.0.12" +thiserror = "2.0.18" lazy_static = "1.5" -tracing = "0.1.41" -tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } +tracing = "0.1.44" +tracing-subscriber = { version = "0.3.22", features = ["env-filter"] } pg_walstream = "0.5.1" tiberius = { version = "0.12.3", features = ["tds73", "sql-browser-tokio", "bigdecimal", "rust_decimal", "time", "chrono"] } sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "mysql", "sqlite", "chrono", "uuid"] } -flate2 = "1.1.5" +flate2 = "1.1.9" async-compression = { version = "0.4.37", features = ["tokio", "gzip"] } # Monitoring and metrics prometheus = { version = "0.14.0", features = ["process"] } -hyper = { version = "1.7", features = ["full"] } -hyper-util = { version = "0.1.16", features = ["full"] } +hyper = { version = "1.8.1", features = ["full"] } +hyper-util = { version = "0.1.20", features = ["full"] } http-body-util = "0.1.3" diff --git a/pg2any-lib/Cargo.toml b/pg2any-lib/Cargo.toml index cef8c10..3237d9a 100644 --- a/pg2any-lib/Cargo.toml +++ b/pg2any-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg2any_lib" -version = "0.7.0" +version = "0.8.0" edition = "2021" authors = ["danielshih "] license = "Apache-2.0"