1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

build(deps): bump figment from 0.10.8 to 0.10.9

Bumps [figment](https://github.com/SergioBenitez/Figment) from 0.10.8 to 0.10.9.
- [Commits](https://github.com/SergioBenitez/Figment/compare/v0.10.8...v0.10.9)

---
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]
2023-05-25 20:00:11 +00:00
committed by Quentin Gliech
parent 64b3ed8ee0
commit 3b0c2e8eb5
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ anyhow = "1.0.71"
camino = { version = "1.1.4", features = ["serde1"] }
chrono = { version = "0.4.24", features = ["serde"] }
figment = { version = "0.10.8", features = ["env", "yaml", "test"] }
figment = { version = "0.10.9", features = ["env", "yaml", "test"] }
schemars = { version = "0.8.12", features = ["url", "chrono"] }
ulid = { version = "1.0.0", features = ["serde"] }
url = { version = "2.3.1", features = ["serde"] }