build(deps): bump figment from 0.10.14 to 0.10.15

Bumps [figment](https://github.com/SergioBenitez/Figment) from 0.10.14 to 0.10.15.
- [Commits](https://github.com/SergioBenitez/Figment/compare/v0.10.14...v0.10.15)

---
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:
dependabot[bot]
2024-03-18 17:45:07 +00:00
committed by Quentin Gliech
parent ed0fc3efb3
commit dc6685eb33
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1734,9 +1734,9 @@ dependencies = [
[[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",
"parking_lot",

View File

@@ -21,7 +21,7 @@ anyhow.workspace = true
camino = { workspace = true, features = ["serde1"] }
chrono.workspace = true
figment = { version = "0.10.14", features = ["env", "yaml", "test"] }
figment = { version = "0.10.15", features = ["env", "yaml", "test"] }
ipnetwork = { version = "0.20.0", features = ["serde", "schemars"] }
schemars.workspace = true
ulid.workspace = true