mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-04-03 01:14:38 -04:00
Bump figment from 0.10.13 to 0.10.14
Bumps [figment](https://github.com/SergioBenitez/Figment) from 0.10.13 to 0.10.14. - [Commits](https://github.com/SergioBenitez/Figment/compare/v0.10.13...v0.10.14) --- updated-dependencies: - dependency-name: figment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6ffc54e241
commit
cd7efc4a93
2 changed files with 3 additions and 3 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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue