浏览代码

:arrow_up: Bump actix-web from 4.6.0 to 4.8.0

Bumps [actix-web](https://github.com/actix/actix-web) from 4.6.0 to 4.8.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/web-v4.6.0...web-v4.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 1 年之前
父节点
当前提交
d8345edae9
共有 2 个文件被更改,包括 5 次插入6 次删除
  1. 4 5
      Cargo.lock
  2. 1 1
      Cargo.toml

+ 4 - 5
Cargo.lock

@@ -124,7 +124,6 @@ dependencies = [
  "bytestring",
  "bytestring",
  "cfg-if 1.0.0",
  "cfg-if 1.0.0",
  "http 0.2.12",
  "http 0.2.12",
- "regex",
  "regex-lite",
  "regex-lite",
  "serde",
  "serde",
  "tracing",
  "tracing",
@@ -182,9 +181,9 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "actix-web"
 name = "actix-web"
-version = "4.6.0"
+version = "4.8.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b1cf67dadb19d7c95e5a299e2dda24193b89d5d4f33a3b9800888ede9e19aa32"
+checksum = "1988c02af8d2b718c05bc4aeb6a66395b7cdf32858c2c71131e5637a8c05a9ff"
 dependencies = [
 dependencies = [
  "actix-codec",
  "actix-codec",
  "actix-http",
  "actix-http",
@@ -222,9 +221,9 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "actix-web-codegen"
 name = "actix-web-codegen"
-version = "4.2.2"
+version = "4.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "eb1f50ebbb30eca122b188319a4398b3f7bb4a8cdf50ecfb73bfc6a3c3ce54f5"
+checksum = "f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8"
 dependencies = [
 dependencies = [
  "actix-router",
  "actix-router",
  "proc-macro2 1.0.85",
  "proc-macro2 1.0.85",

+ 1 - 1
Cargo.toml

@@ -31,7 +31,7 @@ maud = { version = "0.26.0", default-features = false, features = [
     "actix-web",
     "actix-web",
 ] }
 ] }
 scraper = { version = "0.18.1", default-features = false }
 scraper = { version = "0.18.1", default-features = false }
-actix-web = { version = "4.4.0", features = [
+actix-web = { version = "4.8.0", features = [
     "cookies",
     "cookies",
     "macros",
     "macros",
     "compress-brotli",
     "compress-brotli",