mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
chore: update lab dep
This commit is contained in:
parent
7fd8c57cd2
commit
818d8b1384
61
Cargo.lock
generated
61
Cargo.lock
generated
@ -585,6 +585,45 @@ dependencies = [
|
|||||||
"tracing",
|
"tracing",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "actix-web-lab"
|
||||||
|
version = "0.17.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "e685bb63b29ddb0d5fe646d799a7fc7661876d4fed91c0a07eb2b6e6dbed95ba"
|
||||||
|
dependencies = [
|
||||||
|
"actix-files",
|
||||||
|
"actix-http",
|
||||||
|
"actix-router",
|
||||||
|
"actix-service",
|
||||||
|
"actix-utils",
|
||||||
|
"actix-web",
|
||||||
|
"actix-web-lab-derive",
|
||||||
|
"ahash 0.7.6",
|
||||||
|
"arc-swap",
|
||||||
|
"async-trait",
|
||||||
|
"bytes 1.2.1",
|
||||||
|
"bytestring",
|
||||||
|
"csv",
|
||||||
|
"derive_more",
|
||||||
|
"digest 0.10.3",
|
||||||
|
"futures-core",
|
||||||
|
"futures-util",
|
||||||
|
"generic-array",
|
||||||
|
"hmac",
|
||||||
|
"http",
|
||||||
|
"local-channel",
|
||||||
|
"mime",
|
||||||
|
"once_cell",
|
||||||
|
"pin-project-lite 0.2.9",
|
||||||
|
"regex",
|
||||||
|
"serde",
|
||||||
|
"serde_html_form",
|
||||||
|
"serde_json",
|
||||||
|
"subtle",
|
||||||
|
"tokio 1.20.1",
|
||||||
|
"tracing",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "actix-web-lab-derive"
|
name = "actix-web-lab-derive"
|
||||||
version = "0.16.0"
|
version = "0.16.0"
|
||||||
@ -907,7 +946,7 @@ dependencies = [
|
|||||||
"actix 0.13.0",
|
"actix 0.13.0",
|
||||||
"actix-cors",
|
"actix-cors",
|
||||||
"actix-web",
|
"actix-web",
|
||||||
"actix-web-lab",
|
"actix-web-lab 0.17.0",
|
||||||
"async-graphql",
|
"async-graphql",
|
||||||
"async-graphql-actix-web",
|
"async-graphql-actix-web",
|
||||||
"env_logger 0.9.0",
|
"env_logger 0.9.0",
|
||||||
@ -3523,7 +3562,7 @@ version = "1.0.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-cors",
|
"actix-cors",
|
||||||
"actix-web",
|
"actix-web",
|
||||||
"actix-web-lab",
|
"actix-web-lab 0.17.0",
|
||||||
"dotenv",
|
"dotenv",
|
||||||
"env_logger 0.9.0",
|
"env_logger 0.9.0",
|
||||||
"juniper",
|
"juniper",
|
||||||
@ -3542,7 +3581,7 @@ version = "1.0.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-cors",
|
"actix-cors",
|
||||||
"actix-web",
|
"actix-web",
|
||||||
"actix-web-lab",
|
"actix-web-lab 0.17.0",
|
||||||
"env_logger 0.9.0",
|
"env_logger 0.9.0",
|
||||||
"juniper",
|
"juniper",
|
||||||
"log",
|
"log",
|
||||||
@ -3806,7 +3845,7 @@ name = "middleware-http-to-https"
|
|||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-web",
|
"actix-web",
|
||||||
"actix-web-lab",
|
"actix-web-lab 0.17.0",
|
||||||
"env_logger 0.9.0",
|
"env_logger 0.9.0",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"log",
|
"log",
|
||||||
@ -3978,7 +4017,7 @@ version = "1.0.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-multipart",
|
"actix-multipart",
|
||||||
"actix-web",
|
"actix-web",
|
||||||
"actix-web-lab",
|
"actix-web-lab 0.17.0",
|
||||||
"aws-config",
|
"aws-config",
|
||||||
"aws-sdk-s3",
|
"aws-sdk-s3",
|
||||||
"dotenv",
|
"dotenv",
|
||||||
@ -5335,7 +5374,7 @@ version = "1.0.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-files",
|
"actix-files",
|
||||||
"actix-web",
|
"actix-web",
|
||||||
"actix-web-lab",
|
"actix-web-lab 0.17.0",
|
||||||
"env_logger 0.9.0",
|
"env_logger 0.9.0",
|
||||||
"log",
|
"log",
|
||||||
"rustls 0.20.6",
|
"rustls 0.20.6",
|
||||||
@ -5629,7 +5668,7 @@ name = "server-sent-events"
|
|||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-web",
|
"actix-web",
|
||||||
"actix-web-lab",
|
"actix-web-lab 0.16.9",
|
||||||
"env_logger 0.9.0",
|
"env_logger 0.9.0",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"log",
|
"log",
|
||||||
@ -5710,7 +5749,7 @@ name = "shutdown-server"
|
|||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-web",
|
"actix-web",
|
||||||
"actix-web-lab",
|
"actix-web-lab 0.17.0",
|
||||||
"env_logger 0.9.0",
|
"env_logger 0.9.0",
|
||||||
"log",
|
"log",
|
||||||
"parking_lot 0.12.1",
|
"parking_lot 0.12.1",
|
||||||
@ -6176,7 +6215,7 @@ name = "templating-fluent"
|
|||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-web",
|
"actix-web",
|
||||||
"actix-web-lab",
|
"actix-web-lab 0.17.0",
|
||||||
"fluent-templates",
|
"fluent-templates",
|
||||||
"handlebars",
|
"handlebars",
|
||||||
"serde",
|
"serde",
|
||||||
@ -6197,7 +6236,7 @@ name = "templating-sailfish"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-web",
|
"actix-web",
|
||||||
"actix-web-lab",
|
"actix-web-lab 0.17.0",
|
||||||
"env_logger 0.9.0",
|
"env_logger 0.9.0",
|
||||||
"log",
|
"log",
|
||||||
"sailfish",
|
"sailfish",
|
||||||
@ -6424,7 +6463,7 @@ dependencies = [
|
|||||||
"actix-files",
|
"actix-files",
|
||||||
"actix-session 0.7.1",
|
"actix-session 0.7.1",
|
||||||
"actix-web",
|
"actix-web",
|
||||||
"actix-web-lab",
|
"actix-web-lab 0.17.0",
|
||||||
"dotenv",
|
"dotenv",
|
||||||
"env_logger 0.9.0",
|
"env_logger 0.9.0",
|
||||||
"log",
|
"log",
|
||||||
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||||||
actix-files = "0.6"
|
actix-files = "0.6"
|
||||||
actix-session = { version = "0.7", features = ["cookie-session"] }
|
actix-session = { version = "0.7", features = ["cookie-session"] }
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
actix-web-lab = "0.16"
|
actix-web-lab = "0.17"
|
||||||
|
|
||||||
dotenv = "0.15"
|
dotenv = "0.15"
|
||||||
env_logger = "0.9"
|
env_logger = "0.9"
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
actix-multipart = "0.4"
|
actix-multipart = "0.4"
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
actix-web-lab = "0.16"
|
actix-web-lab = "0.17"
|
||||||
|
|
||||||
aws-config = "0.46"
|
aws-config = "0.46"
|
||||||
aws-sdk-s3 = "0.16"
|
aws-sdk-s3 = "0.16"
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
actix = "0.13"
|
actix = "0.13"
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
actix-web-lab = "0.16"
|
actix-web-lab = "0.17"
|
||||||
actix-cors = "0.6"
|
actix-cors = "0.6"
|
||||||
|
|
||||||
async-graphql = "4"
|
async-graphql = "4"
|
||||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
actix-web-lab = "0.16"
|
actix-web-lab = "0.17"
|
||||||
actix-cors = "0.6"
|
actix-cors = "0.6"
|
||||||
|
|
||||||
juniper = "0.15"
|
juniper = "0.15"
|
||||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
actix-web-lab = "0.16"
|
actix-web-lab = "0.17"
|
||||||
actix-cors = "0.6"
|
actix-cors = "0.6"
|
||||||
|
|
||||||
juniper = "0.15"
|
juniper = "0.15"
|
||||||
|
@ -9,7 +9,7 @@ path = "src/main.rs"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = { version = "4", features = ["rustls"] }
|
actix-web = { version = "4", features = ["rustls"] }
|
||||||
actix-web-lab = "0.16"
|
actix-web-lab = "0.17"
|
||||||
actix-files = "0.6"
|
actix-files = "0.6"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.9"
|
||||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = { version = "4", features = ["rustls"] }
|
actix-web = { version = "4", features = ["rustls"] }
|
||||||
actix-web-lab = "0.16"
|
actix-web-lab = "0.17"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.9"
|
||||||
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
||||||
|
@ -6,7 +6,7 @@ description = "Send a request to the server to shut it down"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
actix-web-lab = "0.16"
|
actix-web-lab = "0.17"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.9"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
actix-web-lab = "0.16"
|
actix-web-lab = "0.17"
|
||||||
fluent-templates = { version = "0.7", features = ["handlebars"] }
|
fluent-templates = { version = "0.7", features = ["handlebars"] }
|
||||||
handlebars = { version = "4.3", features = ["dir_source"] }
|
handlebars = { version = "4.3", features = ["dir_source"] }
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
actix-web-lab = "0.16"
|
actix-web-lab = "0.17"
|
||||||
|
|
||||||
env_logger = "0.9"
|
env_logger = "0.9"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user