Skip to content

Commit

Permalink
Bump reqwest from 0.12.3 to 0.12.4 (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent c1170e8 commit c927f35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Expand Up @@ -18,7 +18,7 @@ path = "src/main.rs"
[dependencies]
clap = { version = "4.5.4", features = [ "derive" ] }
colored = "2.1.0"
reqwest = { version = "0.12.3", features = [ "blocking" ] }
reqwest = { version = "0.12.4", features = [ "blocking" ] }
thiserror = "1.0.58"

[dev-dependencies]
Expand Down

0 comments on commit c927f35

Please sign in to comment.