Skip to content

Commit

Permalink
chore: Bump figment from 0.10.13 to 0.10.14
Browse files Browse the repository at this point in the history
Bumps [figment](https://github.com/SergioBenitez/Figment) from 0.10.13 to 0.10.14.
- [Commits](SergioBenitez/Figment@v0.10.13...v0.10.14)

---
updated-dependencies:
- dependency-name: figment
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
1 parent 901ad13 commit f71f588
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 fatigue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "Apache-2.0"
clap = { version = "4.1.9", features = ["derive"] }
console = "0.15.8"
crossterm = "0.27.0"
figment = { version = "0.10.13", features = ["env", "yaml"] }
figment = { version = "0.10.14", features = ["env", "yaml"] }
humantime = "2.1.0"
itertools = "0.12.0"
libfatigue = { path = "../libfatigue", version = "0.2.14" }
Expand Down

0 comments on commit f71f588

Please sign in to comment.