Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest to 0.11.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 8, 2024
1 parent 77d9e1c commit 188256f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auctioning_platform/webapp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"

[dependencies]
axum = { version = "0.7", default-features = false, features = ["tokio"] }
reqwest = { version = "0.11.16", default-features = false }
reqwest = { version = "0.11.25", default-features = false }
tokio = { version = "1", default-features = false, features = ["macros", "rt-multi-thread"] }

0 comments on commit 188256f

Please sign in to comment.