Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to v0.12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2024
1 parent d88e0aa commit e4b4f1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.12.7", features = ["json", "multipart"] }
reqwest = { version = "=0.12.9", features = ["json", "multipart"] }
rev_lines = "=0.3.0"
serde_json = "=1.0.128"
serde = { version = "=1.0.210", features = ["derive"] }
Expand Down

0 comments on commit e4b4f1f

Please sign in to comment.