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

Commit 4f3359b

Browse files
renovate[bot]DanielleHuisman
authored andcommitted
fix(deps): update rust crate reqwest to 0.13.0
1 parent 23a4ca1 commit 4f3359b

4 files changed

Lines changed: 387 additions & 92 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)