Skip to content

Commit

Permalink
build(deps): bump reqwest from 0.12.0 to 0.12.1
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.0...v0.12.1)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and otavio committed Mar 25, 2024
1 parent f9e779b commit b408f1d
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
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ readme = "README.md"
anyhow = "1.0.52"
clap = { version = "4.5.3", features = ["derive"] }
indicatif = "0.17.8"
reqwest = "0.12.0"
reqwest = "0.12.1"
tokio = { version = "1.19.2", features = ["macros", "fs", "io-util", "rt-multi-thread"] }

0 comments on commit b408f1d

Please sign in to comment.