mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
Update basics/todo to v4. (#486)
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
34
Cargo.lock
generated
34
Cargo.lock
generated
@ -586,23 +586,6 @@ dependencies = [
|
||||
"webpki-roots 0.22.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "actix-todo"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"actix-files 0.3.0",
|
||||
"actix-session 0.4.1",
|
||||
"actix-web 3.3.3",
|
||||
"diesel",
|
||||
"dotenv",
|
||||
"env_logger 0.8.4",
|
||||
"futures",
|
||||
"log",
|
||||
"serde 1.0.136",
|
||||
"serde_json",
|
||||
"tera",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "actix-utils"
|
||||
version = "2.0.0"
|
||||
@ -6069,6 +6052,23 @@ version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
||||
|
||||
[[package]]
|
||||
name = "todo"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"actix-files 0.6.0-beta.16",
|
||||
"actix-session 0.5.0-beta.7",
|
||||
"actix-web 4.0.0-rc.1",
|
||||
"diesel",
|
||||
"dotenv",
|
||||
"env_logger 0.9.0",
|
||||
"futures",
|
||||
"log",
|
||||
"serde 1.0.136",
|
||||
"serde_json",
|
||||
"tera",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "0.2.25"
|
||||
|
Reference in New Issue
Block a user