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:
committed by
Quentin Gliech
parent
ed0fc3efb3
commit
dc6685eb33
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user