Skip to content

Commit

Permalink
Bump awc from 3.4.0 to 3.5.1
Browse files Browse the repository at this point in the history
Bumps [awc](https://github.com/actix/actix-web) from 3.4.0 to 3.5.1.
- [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.4.0...awc-v3.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 26, 2024
1 parent 8061972 commit 3d9b0fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 @@ -41,5 +41,5 @@ opt-level = 2
deep_space = {version = "2.24", features = ["althea"], default-features=false}
web30 = "1.2"
clarity = "1.3"
awc = {version = "3.2", default-features = false, features=["openssl", "compress-gzip", "compress-zstd"]}
awc = {version = "3.5", default-features = false, features=["openssl", "compress-gzip", "compress-zstd"]}
althea_proto = "0.7"
2 changes: 1 addition & 1 deletion rita_client_registration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ log = { version = "0.4", features = ["release_max_level_info"] }
serde = "1.0"
clarity = "1.2"
phonenumber = "0.3.5"
awc = "3.1"
awc = "3.5"
web30 = "1.0"
tokio = { version = "1.21", features = ["macros", "time"] }
actix = "0.13"
Expand Down

0 comments on commit 3d9b0fa

Please sign in to comment.