Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 5, 2024
1 parent b3c06ca commit e4258ff
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 13 deletions.
123 changes: 111 additions & 12 deletions backend/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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git2 = "0.18.3"
jsonwebtoken = "9.3.0"
log = "0.4.21"
oauth2 = "4.4.2"
reqwest = { version = "0.11.27", features = ["stream"] }
reqwest = { version = "0.12.4", features = ["stream"] }
serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.117"
sqlx = { version = "0.7.4", features = ["sqlite", "runtime-tokio"] }
Expand Down

0 comments on commit e4258ff

Please sign in to comment.