|
@@ -49,7 +49,7 @@ markup = "0.13"
|
|
mongodb = { version = "2.4.0", features = ["zstd-compression", "snappy-compression", "zlib-compression"] }
|
|
mongodb = { version = "2.4.0", features = ["zstd-compression", "snappy-compression", "zlib-compression"] }
|
|
once_cell = "1"
|
|
once_cell = "1"
|
|
rand = { version = "0.8", features = ["min_const_gen", "small_rng"] }
|
|
rand = { version = "0.8", features = ["min_const_gen", "small_rng"] }
|
|
-salvo = { version = "0.38", default-features = false, features = ["anyhow", "http1", "affix"] }
|
|
|
|
|
|
+salvo = { version = "0.40", default-features = false, features = ["anyhow", "http1", "affix"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
serde_json = "1"
|
|
# smallvec = "1"
|
|
# smallvec = "1"
|
|
@@ -68,5 +68,3 @@ opt-level = 3
|
|
codegen-units = 1
|
|
codegen-units = 1
|
|
panic = "abort"
|
|
panic = "abort"
|
|
|
|
|
|
-[patch.crates-io]
|
|
|
|
-salvo = { git = "https://github.com/salvo-rs/salvo.git" }
|
|
|