Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.11.27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent 23f2cd4 commit d2ab43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rust-version = "1.59"
threadpool_rs = { git = "https://github.com/GamingGuy003/threadpool_rs.git"}
log = "0.4.21"
sysinfo = "0.30.7"
reqwest = { version = "0.11.26", features = [ "blocking" ] }
reqwest = { version = "0.11.27", features = [ "blocking" ] }
rusqlite = { version = "0.31.0", features = [ "bundled" ] }
terminal_size = "0.3.0"
tokio = "1.36.0"
Expand Down

0 comments on commit d2ab43b

Please sign in to comment.