Skip to content

Commit

Permalink
Update Rust crate reqwest to v0.12.7 (#93)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent 600d96e commit ca3dbd4
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 18 deletions.
170 changes: 153 additions & 17 deletions src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ nom = "=7.1.3"
notify = "=6.1.1"
oauth2 = "=4.4.2"
regex = "=1.10.6"
reqwest = { version = "=0.11.23", features = ["json", "multipart"] }
reqwest = { version = "=0.12.7", features = ["json", "multipart"] }
rev_lines = "=0.3.0"
serde_json = "=1.0.127"
serde = { version = "=1.0.209", features = ["derive"] }
Expand Down

0 comments on commit ca3dbd4

Please sign in to comment.