Skip to content

Commit

Permalink
build(deps): bump the rust-minor-patch group with 1 update (#288)
Browse files Browse the repository at this point in the history
Bumps the rust-minor-patch group with 1 update: [reqwest](https://github.com/seanmonstar/reqwest).


Updates `reqwest` from 0.11.26 to 0.11.27
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.26...v0.11.27)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 20, 2024
1 parent eb681b1 commit e4152d1
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 client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ poem-openapi = ["dep:poem-openapi"]

[dependencies]
poem-openapi = { version = "4.0.0", default-features = false, optional = true, features = ["uuid"] }
reqwest = { version = "0.11.26", default-features = false, optional = true, features = ["json", "rustls-tls"] }
reqwest = { version = "0.11.27", default-features = false, optional = true, features = ["json", "rustls-tls"] }
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
Expand Down

0 comments on commit e4152d1

Please sign in to comment.