Skip to content

Commit

Permalink
[cargo] Update Rust crate parse_link_header to 0.4.0
Browse files Browse the repository at this point in the history
| datasource | package           | from  | to    |
| ---------- | ----------------- | ----- | ----- |
| crate      | parse_link_header | 0.3.3 | 0.4.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 19, 2024
1 parent 8f36fd4 commit 80c44c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 22 deletions.
31 changes: 10 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ indenter = "0.3.3"
itertools = "0.13.0"
log = "0.4.21"
mime = "0.3.17"
parse_link_header = { version = "0.3.3", features = ["url"] }
parse_link_header = { version = "0.4.0", features = ["url"] }
patharg = "0.4.0"
rand = "0.8.5"
reqwest = { version = "0.12.4", features = ["json"] }
Expand Down

0 comments on commit 80c44c3

Please sign in to comment.