From 1ba9ca6fe96f876ec525538a01501789c6f0ed2a Mon Sep 17 00:00:00 2001 From: "dobby-yivi-agent[bot]" <275734547+dobby-yivi-agent[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 22:18:06 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20pg-core=200.6.0=20=E2=86=92=200?= =?UTF-8?q?.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 22 +++++++++++----------- Cargo.toml | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93f6b2b..26e6fb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -670,7 +670,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -1185,7 +1185,7 @@ dependencies = [ "libc", "percent-encoding", "pin-project-lite", - "socket2 0.5.10", + "socket2 0.6.3", "system-configuration 0.7.0", "tokio", "tower-service", @@ -1431,7 +1431,7 @@ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" dependencies = [ "hermit-abi", "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -1864,9 +1864,9 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "pg-core" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3584c71fad10504b77266241a19e4fac9e5662029939b9da0bd7bdc54e601168" +checksum = "fc044b6d40f53232fb86c07c301a3142ec8c23daa06bb3413b7b75776e0c56c5" dependencies = [ "aead", "aes-gcm", @@ -2010,7 +2010,7 @@ dependencies = [ "quinn-udp", "rustc-hash", "rustls", - "socket2 0.5.10", + "socket2 0.6.3", "thiserror 2.0.18", "tokio", "tracing", @@ -2048,7 +2048,7 @@ dependencies = [ "cfg_aliases", "libc", "once_cell", - "socket2 0.5.10", + "socket2 0.6.3", "tracing", "windows-sys 0.52.0", ] @@ -2449,7 +2449,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -2515,7 +2515,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -2914,7 +2914,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -3549,7 +3549,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 4bac562..57d5670 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,13 +30,13 @@ uuid = { version = "1.18.1", features = ["v4"] } url = "2.5.7" tokio-util = { version = "0.7.17", features = ["compat"] } -pg-core = { version = "0.6.0", features = ["rust", "stream"] } +pg-core = { version = "0.6.1", features = ["rust", "stream"] } minreq = { version = "2.14.1", features = ["json-using-serde", "https-native"]} [dev-dependencies] # Enables `pg_core::test::TestSetup` for building real verifying keys and # sealing fixtures in the integration test harness. No effect on release builds. -pg-core = { version = "0.6.0", features = ["rust", "stream", "test"] } +pg-core = { version = "0.6.1", features = ["rust", "stream", "test"] } futures = "0.3" # pg-core's Sealer/TestSetup use rand 0.8 APIs; the rest of the crate uses # rand 0.9. Pin an 0.8 rand explicitly in dev-deps so test code can hand