Skip to content

Commit

Permalink
Merge pull request #1712 from h3poteto/renovate/reqwest-0.x
Browse files Browse the repository at this point in the history
Update Rust crate reqwest to >=0.12.12
  • Loading branch information
h3poteto authored Jan 8, 2025
2 parents 1f67b71 + a362344 commit 45f7c59
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 46 deletions.
69 changes: 24 additions & 45 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 @@ -24,7 +24,7 @@ futures = "0.3.31"
directories = "5.0.1"
megalodon = "0.14.1"
tracing = "0.1.41"
reqwest = { version = ">=0.12.9", features = ["json", "multipart", "stream"] }
reqwest = { version = ">=0.12.12", features = ["json", "multipart", "stream"] }
scraper = "0.22.0"
url = "2.5.4"
simplelog = "0.12.2"
Expand Down

0 comments on commit 45f7c59

Please sign in to comment.