Skip to content

Commit

Permalink
Merge pull request #218 from Bootstrap-Academy/renovate/config-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate config to 0.15.8
  • Loading branch information
academy-renovate[bot] authored Feb 10, 2025
2 parents d89976b + 6f0b243 commit fbcfdeb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.

4 changes: 2 additions & 2 deletions Cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6048,9 +6048,9 @@ rec {
};
"config" = rec {
crateName = "config";
version = "0.15.7";
version = "0.15.8";
edition = "2018";
sha256 = "15i5wfi1mlgx29xd5g6zw71al0dssm3199px3h4llp27594rarp2";
sha256 = "00c9ajnwx35iqi6rcwbrgzaysga02sqmrs13rfl2g3pq9s6xrycc";
dependencies = [
{
name = "pathdiff";
Expand Down
2 changes: 1 addition & 1 deletion academy_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ workspace = true
academy_assets.workspace = true
academy_models.workspace = true
anyhow.workspace = true
config = { version = "0.15.7", default-features = false, features = ["toml"] }
config = { version = "0.15.8", default-features = false, features = ["toml"] }
chrono.workspace = true
regex.workspace = true
rust_decimal.workspace = true
Expand Down

0 comments on commit fbcfdeb

Please sign in to comment.