Skip to content

Commit

Permalink
fix(deps): update rust crate figment to 0.10.16 (#73)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 10, 2024
1 parent 345b94d commit de9c744
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 @@ -57,7 +57,7 @@ diesel-async = { version = "0.4.1", features = [
"async-connection-wrapper",
] }
diesel_migrations = { version = "2.1.0", features = ["postgres"] }
figment = { version = "0.10.15", features = ["env"] }
figment = { version = "0.10.16", features = ["env"] }
flume = { version = "0.11.0", features = ["async"] }
futures = { version = "0.3.30" }
futures-buffered = { version = "0.2.4" }
Expand Down

0 comments on commit de9c744

Please sign in to comment.