Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit 12c6596

Browse files
fix(deps): update rust crate reqwest to 0.13.0 (#203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8b413f7 commit 12c6596

4 files changed

Lines changed: 385 additions & 90 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ repos:
1212
hooks:
1313
- id: fmt
1414
- id: clippy
15+
args: ['--all-targets', '--all-features', '--', '-D', 'warnings']
1516

1617
- repo: https://github.com/EmbarkStudios/cargo-deny
1718
rev: 0.18.9
@@ -28,6 +29,7 @@ repos:
2829
name: cargo-machete
2930
language: rust
3031
entry: cargo machete
32+
args: ['--with-metadata']
3133
types: [file, toml]
3234
files: Cargo\.(toml|lock)
3335
pass_filenames: false

0 commit comments

Comments
 (0)