Skip to content

Commit

Permalink
Update Rust crate reqwest to >=0.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent 0e64e81 commit 092f0a4
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 47 deletions.
122 changes: 76 additions & 46 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 @@ -23,7 +23,7 @@ futures = "0.3.30"
directories = "5.0.1"
megalodon = "0.13.7"
tracing = "0.1.40"
reqwest = { version = ">=0.12.5", features = ["json", "multipart", "stream"] }
reqwest = { version = ">=0.12.7", features = ["json", "multipart", "stream"] }
scraper = "0.20.0"
url = "2.5.2"
simplelog = "0.12.2"
Expand Down

0 comments on commit 092f0a4

Please sign in to comment.