Skip to content

Commit

Permalink
chore(deps): bump figment from 0.10.14 to 0.10.15 (#45)
Browse files Browse the repository at this point in the history
Bumps [figment](https://github.com/SergioBenitez/Figment) from 0.10.14 to 0.10.15.
- [Commits](SergioBenitez/Figment@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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 1cfe319 commit 28dbe60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ crates_io_api = "0.9.0"
crossterm = { version = "0.27.0", features = ["serde", "event-stream"] }
derive_deref = "1.1.1"
directories = "5.0.1"
figment = { version = "0.10.14", features = ["env", "toml", "yaml"] }
figment = { version = "0.10.15", features = ["env", "toml", "yaml"] }
futures = "0.3.28"
human-panic = "1.2.0"
itertools = "0.12.0"
Expand Down

0 comments on commit 28dbe60

Please sign in to comment.