build(deps): bump figment from 0.10.15 to 0.10.18
Bumps [figment](https://github.com/SergioBenitez/Figment) from 0.10.15 to 0.10.18. - [Commits](https://github.com/SergioBenitez/Figment/compare/v0.10.15...v0.10.18) --- 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:
committed by
Quentin Gliech
parent
4b64130c65
commit
a9add5c63e
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1776,9 +1776,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "figment"
|
||||
version = "0.10.15"
|
||||
version = "0.10.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7270677e7067213e04f323b55084586195f18308cd7546cfac9f873344ccceb6"
|
||||
checksum = "d032832d74006f99547004d49410a4b4218e4c33382d56ca3ff89df74f86b953"
|
||||
dependencies = [
|
||||
"atomic",
|
||||
"parking_lot",
|
||||
|
||||
@@ -80,7 +80,7 @@ features = ["derive"]
|
||||
|
||||
# Configuration loading
|
||||
[workspace.dependencies.figment]
|
||||
version = "0.10.15"
|
||||
version = "0.10.18"
|
||||
features = ["env", "yaml", "test"]
|
||||
|
||||
# HTTP headers
|
||||
|
||||
Reference in New Issue
Block a user