Skip to content

Commit

Permalink
chore(deps): update rust crate reqwest to 0.11.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2023
1 parent 968d691 commit 7fe840c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppoprf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rand_core = "0.6.4"
criterion = "0.5.1"
env_logger = "0.10.0"
log = "0.4.20"
reqwest = { version = "0.11.20", features = [ "blocking", "json" ] }
reqwest = { version = "0.11.21", features = [ "blocking", "json" ] }
dotenvy = "0.15.7"
insta = "1.31.0"
tokio = { version = "1.31.0", features = ["macros", "rt-multi-thread", "time"] }
Expand Down

0 comments on commit 7fe840c

Please sign in to comment.