Skip to content

Commit 34a6c5d

Browse files
Merge pull request #525 from Bootstrap-Academy/renovate/config-0.x
fix(deps): update rust crate config to 0.15.19
2 parents 9685ed4 + 189f382 commit 34a6c5d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

academy_config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ workspace = true
1313
academy_assets.workspace = true
1414
academy_models.workspace = true
1515
anyhow.workspace = true
16-
config = { version = "0.15.18", default-features = false, features = ["toml"] }
16+
config = { version = "0.15.19", default-features = false, features = ["toml"] }
1717
chrono.workspace = true
1818
regex.workspace = true
1919
rust_decimal.workspace = true

0 commit comments

Comments
 (0)