fix(deps): update rust crate progenitor-client to v0.11.2
All checks were successful
Checking Renovate configuration / validate (pull_request) Successful in 1m32s
Build and test / Clippy (pull_request) Successful in 3m4s
Checking yaml / Run yamllint (pull_request) Successful in 5s
Build and test / Build AMD64 (pull_request) Successful in 3m1s
Build and test / Generate Documentation (pull_request) Successful in 4m19s
Build and test / Tests (pull_request) Successful in 37m26s

This commit is contained in:
Renovate 2025-10-10 04:31:18 +11:00
parent 1e25142fa7
commit 7f8cd42f73

26
Cargo.lock generated
View file

@ -693,7 +693,7 @@ dependencies = [
"libc", "libc",
"option-ext", "option-ext",
"redox_users 0.5.2", "redox_users 0.5.2",
"windows-sys 0.61.1", "windows-sys 0.60.2",
] ]
[[package]] [[package]]
@ -780,7 +780,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
dependencies = [ dependencies = [
"libc", "libc",
"windows-sys 0.61.1", "windows-sys 0.60.2",
] ]
[[package]] [[package]]
@ -1042,12 +1042,6 @@ dependencies = [
"foldhash", "foldhash",
] ]
[[package]]
name = "hashbrown"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
[[package]] [[package]]
name = "heck" name = "heck"
version = "0.4.1" version = "0.4.1"
@ -1263,7 +1257,7 @@ dependencies = [
"libc", "libc",
"percent-encoding", "percent-encoding",
"pin-project-lite", "pin-project-lite",
"socket2 0.6.0", "socket2 0.5.10",
"system-configuration", "system-configuration",
"tokio", "tokio",
"tower-service", "tower-service",
@ -1455,7 +1449,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
dependencies = [ dependencies = [
"equivalent", "equivalent",
"hashbrown 0.16.0", "hashbrown",
"serde", "serde",
"serde_core", "serde_core",
] ]
@ -2070,9 +2064,9 @@ dependencies = [
[[package]] [[package]]
name = "progenitor-client" name = "progenitor-client"
version = "0.11.1" version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "920f044db9ec07a3339175729794d3701e11d338dcf8cfd946df838102307780" checksum = "71a0beb939758f229cbae70a4889c7c76a4ac0e90f0b1e7ae9b4636a927d1018"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures-core", "futures-core",
@ -2215,7 +2209,7 @@ version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "145bb27393fe455dd64d6cbc8d059adfa392590a45eadf079c01b11857e7b010" checksum = "145bb27393fe455dd64d6cbc8d059adfa392590a45eadf079c01b11857e7b010"
dependencies = [ dependencies = [
"hashbrown 0.15.5", "hashbrown",
"memchr", "memchr",
] ]
@ -2292,7 +2286,7 @@ dependencies = [
"errno", "errno",
"libc", "libc",
"linux-raw-sys", "linux-raw-sys",
"windows-sys 0.61.1", "windows-sys 0.60.2",
] ]
[[package]] [[package]]
@ -2733,7 +2727,7 @@ dependencies = [
"getrandom 0.3.3", "getrandom 0.3.3",
"once_cell", "once_cell",
"rustix", "rustix",
"windows-sys 0.61.1", "windows-sys 0.60.2",
] ]
[[package]] [[package]]
@ -3396,7 +3390,7 @@ version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [ dependencies = [
"windows-sys 0.61.1", "windows-sys 0.60.2",
] ]
[[package]] [[package]]