Bump awc from 3.4.0 to 3.5.0

Bumps [awc](https://github.com/actix/actix-web) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](https://github.com/actix/actix-web/compare/awc-v3.4.0...awc-v3.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-05 10:58:38 +00:00 committed by GitHub
parent 412e5fcbd7
commit d0e2fc1d4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View File

@ -140,9 +140,9 @@ dependencies = [
[[package]]
name = "actix-tls"
version = "3.3.0"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4cce60a2f2b477bc72e5cde0af1812a6e82d8fd85b5570a5dcf2a5bf2c5be5f"
checksum = "ac453898d866cdbecdbc2334fe1738c747b4eba14a677261f2b768ba05329389"
dependencies = [
"actix-rt",
"actix-service",
@ -292,9 +292,9 @@ checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
[[package]]
name = "awc"
version = "3.4.0"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68c09cc97310b926f01621faee652f3d1b0962545a3cec6c9ac07def9ea36c2c"
checksum = "fe6b67e44fb95d1dc9467e3930383e115f9b4ed60ca689db41409284e967a12d"
dependencies = [
"actix-codec",
"actix-http",
@ -302,7 +302,7 @@ dependencies = [
"actix-service",
"actix-tls",
"actix-utils",
"base64 0.21.7",
"base64 0.22.0",
"bytes",
"cfg-if",
"cookie",

View File

@ -42,7 +42,7 @@ ructe = { version = "0.17.0", features = ["mime03"] }
vergen = { version = "8.3.1", default-features = false, features = ["git", "gitoxide"] }
[dev-dependencies]
awc = "3.4.0"
awc = "3.5.0"
ructe = "0.17.0"
tempfile = "3.10.1"
tokio = "1.37.0"