From b5720b4f0c1e53ff340d3540a706fb7f323bcc43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 00:34:05 +0000 Subject: [PATCH] chore(deps): Bump parse_link_header from 0.4.0 to 0.4.1 Bumps [parse_link_header](https://github.com/g1eny0ung/parse_link_header) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/g1eny0ung/parse_link_header/releases) - [Changelog](https://github.com/g1eny0ung/parse_link_header/blob/master/CHANGELOG.md) - [Commits](https://github.com/g1eny0ung/parse_link_header/compare/v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: parse_link_header dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5710eb..adba745 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1001,7 +1001,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -2631,7 +2631,7 @@ dependencies = [ "portable-atomic", "portable-atomic-util", "serde_core", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -2859,7 +2859,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -3039,9 +3039,9 @@ dependencies = [ [[package]] name = "parse_link_header" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbc23fdb8bbf668d582b0c17120bf6b7f91d85ccad3a5b39706f019a4efda005" +checksum = "4eb9c7a76731a2792f9b97fb34c1e774fff008badcd449d61fcdacb7a912392b" dependencies = [ "http 1.4.0", "lazy_static", @@ -3255,7 +3255,7 @@ dependencies = [ "once_cell", "socket2 0.6.1", "tracing", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] @@ -3546,7 +3546,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -3605,7 +3605,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -4036,7 +4036,7 @@ dependencies = [ "getrandom 0.4.1", "once_cell", "rustix", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -4837,7 +4837,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f0533de..a5f0c11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ gix = { version = "0.80.0", features = [ "blocking-http-transport-reqwest-rust-tls", ] } human-errors = { version = "0.2.3", features = ["pretty"] } -parse_link_header = "0.4.0" +parse_link_header = "0.4.1" pin-project = "1.1.11" reqwest = { version = "0.12.28", default-features = false, features = [ "brotli",