Skip to content

Commit

Permalink
Bump awc from 3.2.0 to 3.3.0 (#497)
Browse files Browse the repository at this point in the history
Bumps [awc](https://github.com/actix/actix-web) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](actix/actix-web@awc-v3.2.0...awc-v3.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 932ae91 commit 5e4c9e4
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 @@ -17,7 +17,7 @@ sqlite = ["diesel/sqlite", "diesel_migrations/sqlite", "libsqlite3-sys", "diesel
"openssl/vendored"]

[dependencies]
awc = {version="3.2.0", features = ["rustls"]}
awc = {version="3.3.0", features = ["rustls"]}
rpassword = "7.3.1"
reqwest = { version = "0.11.23", features = ["stream", "json","blocking"] }
tokio-stream = { version = "0.1.14", features = ["sync"] }
Expand Down

0 comments on commit 5e4c9e4

Please sign in to comment.