1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00

chore(deps): bump actix-web-lab from 0.20.1 to 0.20.2

Bumps [actix-web-lab](https://github.com/robjtede/actix-web-lab) from 0.20.1 to 0.20.2.
- [Release notes](https://github.com/robjtede/actix-web-lab/releases)
- [Commits](https://github.com/robjtede/actix-web-lab/compare/lab-v0.20.1...lab-v0.20.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-19 17:29:13 +00:00 committed by GitHub
parent 949203436d
commit f4b07d018f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

19
Cargo.lock generated
View File

@ -516,9 +516,9 @@ dependencies = [
[[package]]
name = "actix-web-lab"
version = "0.20.1"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6ddd78b365b70614e27f49a128ab8edba32bbc8f9b2abb1fbe07f15dd48cfab"
checksum = "7675c1a84eec1b179c844cdea8488e3e409d8e4984026e92fa96c87dd86f33c6"
dependencies = [
"actix-http",
"actix-router",
@ -537,7 +537,7 @@ dependencies = [
"futures-util",
"http 0.2.9",
"impl-more",
"itertools",
"itertools 0.12.1",
"local-channel",
"mediatype",
"mime",
@ -4210,6 +4210,15 @@ dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "0.4.8"
@ -5821,7 +5830,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e"
dependencies = [
"anyhow",
"itertools",
"itertools 0.11.0",
"proc-macro2",
"quote",
"syn 2.0.48",
@ -7180,7 +7189,7 @@ version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
dependencies = [
"itertools",
"itertools 0.11.0",
"nom",
"unicode_categories",
]