dependabot[bot] commited on
Commit
c527897
·
unverified ·
1 Parent(s): 2141b88

build(deps): bump actix-web from 4.8.0 to 4.9.0 (#595)

Browse files
Files changed (2) hide show
  1. Cargo.lock +9 -2
  2. Cargo.toml +1 -1
Cargo.lock CHANGED
@@ -181,9 +181,9 @@ dependencies = [
181
 
182
  [[package]]
183
  name = "actix-web"
184
- version = "4.8.0"
185
  source = "registry+https://github.com/rust-lang/crates.io-index"
186
- checksum = "1988c02af8d2b718c05bc4aeb6a66395b7cdf32858c2c71131e5637a8c05a9ff"
187
  dependencies = [
188
  "actix-codec",
189
  "actix-http",
@@ -203,6 +203,7 @@ dependencies = [
203
  "encoding_rs",
204
  "futures-core",
205
  "futures-util",
 
206
  "itoa 1.0.11",
207
  "language-tags",
208
  "log",
@@ -1800,6 +1801,12 @@ dependencies = [
1800
  "unicode-normalization",
1801
  ]
1802
 
 
 
 
 
 
 
1803
  [[package]]
1804
  name = "indexmap"
1805
  version = "1.9.3"
 
181
 
182
  [[package]]
183
  name = "actix-web"
184
+ version = "4.9.0"
185
  source = "registry+https://github.com/rust-lang/crates.io-index"
186
+ checksum = "9180d76e5cc7ccbc4d60a506f2c727730b154010262df5b910eb17dbe4b8cb38"
187
  dependencies = [
188
  "actix-codec",
189
  "actix-http",
 
203
  "encoding_rs",
204
  "futures-core",
205
  "futures-util",
206
+ "impl-more",
207
  "itoa 1.0.11",
208
  "language-tags",
209
  "log",
 
1801
  "unicode-normalization",
1802
  ]
1803
 
1804
+ [[package]]
1805
+ name = "impl-more"
1806
+ version = "0.1.6"
1807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1808
+ checksum = "206ca75c9c03ba3d4ace2460e57b189f39f43de612c2f85836e65c929701bb2d"
1809
+
1810
  [[package]]
1811
  name = "indexmap"
1812
  version = "1.9.3"
Cargo.toml CHANGED
@@ -31,7 +31,7 @@ maud = { version = "0.26.0", default-features = false, features = [
31
  "actix-web",
32
  ] }
33
  scraper = { version = "0.18.1", default-features = false }
34
- actix-web = { version = "4.8.0", features = [
35
  "cookies",
36
  "macros",
37
  "compress-brotli",
 
31
  "actix-web",
32
  ] }
33
  scraper = { version = "0.18.1", default-features = false }
34
+ actix-web = { version = "4.9.0", features = [
35
  "cookies",
36
  "macros",
37
  "compress-brotli",