Update salvo to 0.50
This commit is contained in:
parent
a711a883de
commit
2a8efed98d
@ -6,7 +6,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
salvo-example-service = { path = "../service" }
|
||||
tokio = { version = "1.29.0", features = ["macros", "rt-multi-thread"] }
|
||||
salvo = { version = "0.49", features = ["affix", "serve-static"] }
|
||||
salvo = { version = "0.50", features = ["affix", "serve-static"] }
|
||||
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
tera = "1.19.0"
|
||||
|
@ -10,7 +10,7 @@ path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
salvo = { version = "0.49" }
|
||||
salvo = { version = "0.50" }
|
||||
|
||||
[dependencies.sea-orm]
|
||||
path = "../../../" # remove this line in your own project
|
||||
|
Loading…
x
Reference in New Issue
Block a user