use ruma JsOption, bump figment
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
4e8823dedb
commit
9d0c85ab17
4 changed files with 6 additions and 13 deletions
|
@ -94,7 +94,7 @@ sha2 = { version = "0.10.8" }
|
|||
clap = { version = "4.4.17", default-features = false, features = ["std", "derive", "help", "usage", "error-context"] }
|
||||
futures-util = { version = "0.3.30", default-features = false }
|
||||
# Used for reading the configuration from conduit.toml & environment variables
|
||||
figment = { version = "0.10.13", features = ["env", "toml"] }
|
||||
figment = { version = "0.10.14", features = ["env", "toml"] }
|
||||
|
||||
tikv-jemalloc-ctl = { version = "0.5.0", features = ["use_std"], optional = true }
|
||||
tikv-jemallocator = { version = "0.5.0", features = ["unprefixed_malloc_on_supported_platforms"], optional = true }
|
||||
|
@ -103,9 +103,6 @@ async-trait = "0.1.77"
|
|||
|
||||
sd-notify = { version = "0.4.1", optional = true }
|
||||
|
||||
# stupid ruma using JsOption instead of Option
|
||||
js_option = "0.1"
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
nix = { version = "0.27.1", features = ["resource"] }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue