mirror of
https://github.com/actix/examples
synced 2025-06-28 09:50:36 +02:00
update dependencies
This commit is contained in:
@ -3,15 +3,14 @@ name = "r2d2-example"
|
||||
version = "1.0.0"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
edition = "2018"
|
||||
workspace = ".."
|
||||
|
||||
[dependencies]
|
||||
actix-rt = "1.0.0"
|
||||
actix-web = "2.0.0-alpha.6"
|
||||
actix-web = "2.0.0-rc"
|
||||
|
||||
futures = "0.3.1"
|
||||
env_logger = "0.6"
|
||||
uuid = { version = "0.7", features = ["v4"] }
|
||||
uuid = { version = "0.8", features = ["v4"] }
|
||||
|
||||
r2d2 = "0.8"
|
||||
r2d2_sqlite = "0.8"
|
||||
|
Reference in New Issue
Block a user