fix(deps): update rust crate figment to 0.10.15

This commit is contained in:
renovate[bot] 2024-03-16 04:11:46 +00:00 committed by June
parent 8d8467a4ea
commit 930bf3891c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -702,9 +702,9 @@ checksum = "1676f435fc1dadde4d03e43f5d62b259e1ce5f40bd4ffb21db2b42ebe59c1382"
[[package]]
name = "figment"
version = "0.10.14"
version = "0.10.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b6e5bc7bd59d60d0d45a6ccab6cf0f4ce28698fb4e81e750ddf229c9b824026"
checksum = "7270677e7067213e04f323b55084586195f18308cd7546cfac9f873344ccceb6"
dependencies = [
"atomic",
"pear",

View File

@ -219,7 +219,7 @@ default-features = false
# Used for reading the configuration from conduit.toml & environment variables
[dependencies.figment]
version = "0.10.14"
version = "0.10.15"
features = [
"env",
"toml",