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

4
Cargo.lock generated
View File

@ -2021,9 +2021,9 @@ dependencies = [
[[package]] [[package]]
name = "figment" name = "figment"
version = "0.10.8" version = "0.10.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e56602b469b2201400dec66a66aec5a9b8761ee97cd1b8c96ab2483fcc16cc9" checksum = "05d79dace1d256182aa00f1ead2e5042558f420af2e1ed24dd79e00214e9ed99"
dependencies = [ dependencies = [
"atomic", "atomic",
"parking_lot 0.12.1", "parking_lot 0.12.1",

View File

@ -15,7 +15,7 @@ anyhow = "1.0.71"
camino = { version = "1.1.4", features = ["serde1"] } camino = { version = "1.1.4", features = ["serde1"] }
chrono = { version = "0.4.24", features = ["serde"] } 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"] } schemars = { version = "0.8.12", features = ["url", "chrono"] }
ulid = { version = "1.0.0", features = ["serde"] } ulid = { version = "1.0.0", features = ["serde"] }
url = { version = "2.3.1", features = ["serde"] } url = { version = "2.3.1", features = ["serde"] }