1
0
mirror of https://github.com/actix/examples synced 2025-09-02 03:46:38 +02:00

build: updated from main

This commit is contained in:
Alex Ted
2025-02-08 20:49:01 +03:00
parent 661438af4a
commit dbea1221d8
4 changed files with 41 additions and 7 deletions

36
Cargo.lock generated
View File

@@ -2640,7 +2640,7 @@ version = "1.0.0"
dependencies = [
"actix-web",
"env_logger",
"redis 0.27.6",
"redis 0.28.2",
"serde",
"tracing",
]
@@ -6578,6 +6578,29 @@ dependencies = [
"pin-project-lite",
"ryu",
"sha1_smol",
"tokio",
"tokio-util",
"url",
]
[[package]]
name = "redis"
version = "0.28.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e37ec3fd44bea2ec947ba6cc7634d7999a6590aca7c35827c250bc0de502bda6"
dependencies = [
"arc-swap",
"backon",
"bytes",
"combine",
"futures-channel",
"futures-util",
"itoa",
"num-bigint",
"percent-encoding",
"pin-project-lite",
"ryu",
"sha1_smol",
"socket2",
"tokio",
"tokio-util",
@@ -10056,6 +10079,17 @@ dependencies = [
"syn 2.0.98",
]
[[package]]
name = "zerocopy-derive"
version = "0.8.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06718a168365cad3d5ff0bb133aad346959a2074bd4a85c121255a11304a8626"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.93",
]
[[package]]
name = "zerofrom"
version = "0.1.5"