[PR #1494] [MERGED] build(deps): bump config from 0.15.22 to 0.15.23 #5623

Closed
opened 2026-05-23 00:57:43 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1494
Author: @dependabot[bot]
Created: 5/19/2026
Status: Merged
Merged: 5/19/2026
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/config-0.15.23


📝 Commits (1)

  • 0985b3f build(deps): bump config from 0.15.22 to 0.15.23

📊 Changes

2 files changed (+12 additions, -12 deletions)

View changed files

📝 Cargo.lock (+11 -11)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps config from 0.15.22 to 0.15.23.

Changelog

Sourced from config's changelog.

[0.15.23] - 2026-05-14

Fixes

  • Environment::convert_case: correctly apply casing to each key segment
Commits
  • 9053d29 chore: Release config version 0.15.23
  • e194797 docs: Update changelog
  • 40f2698 fix(env): apply convert_case to each nested key segment (#754)
  • c2920ac fix(env): apply convert_case to each nested key segment
  • 06d760e test: capture missing nested-segment case conversion in Environment
  • e7e72cc chore(deps): Update pre-commit hook crate-ci/typos to v1.46.0 (#753)
  • 16a85fa chore(deps): Update compatible (dev) (#752)
  • 53c9e30 chore(deps): Update pre-commit hook crate-ci/typos to v1.46.0
  • 7f4482c chore(deps): Update Rust Stable to v1.95 (#750)
  • 33f0b36 chore(deps): Update Rust crate yaml-rust2 to 0.11.0 (#749)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/1494 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/19/2026 **Status:** ✅ Merged **Merged:** 5/19/2026 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/config-0.15.23` --- ### 📝 Commits (1) - [`0985b3f`](https://github.com/JakeStanger/ironbar/commit/0985b3f60cb7411ff1ebe3869b6e33c41e446ded) build(deps): bump config from 0.15.22 to 0.15.23 ### 📊 Changes **2 files changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+11 -11) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [config](https://github.com/rust-cli/config-rs) from 0.15.22 to 0.15.23. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md">config's changelog</a>.</em></p> <blockquote> <h2>[0.15.23] - 2026-05-14</h2> <h3>Fixes</h3> <ul> <li><code>Environment::convert_case</code>: correctly apply casing to each key segment</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-cli/config-rs/commit/9053d295526f5c3cbe5e62598380a9239244588c"><code>9053d29</code></a> chore: Release config version 0.15.23</li> <li><a href="https://github.com/rust-cli/config-rs/commit/e194797978b053f4d9d0979b2787b31217b4d32d"><code>e194797</code></a> docs: Update changelog</li> <li><a href="https://github.com/rust-cli/config-rs/commit/40f2698b6a64bd31582e68a41811bd8b35915801"><code>40f2698</code></a> fix(env): apply convert_case to each nested key segment (<a href="https://redirect.github.com/rust-cli/config-rs/issues/754">#754</a>)</li> <li><a href="https://github.com/rust-cli/config-rs/commit/c2920ac686a408af8e03462c845263feb18ab09f"><code>c2920ac</code></a> fix(env): apply convert_case to each nested key segment</li> <li><a href="https://github.com/rust-cli/config-rs/commit/06d760e33d1f13d7cdf6cb656a78139d80249d94"><code>06d760e</code></a> test: capture missing nested-segment case conversion in Environment</li> <li><a href="https://github.com/rust-cli/config-rs/commit/e7e72cc26941a84e3d1f61d6b4bc8f3a961acbd4"><code>e7e72cc</code></a> chore(deps): Update pre-commit hook crate-ci/typos to v1.46.0 (<a href="https://redirect.github.com/rust-cli/config-rs/issues/753">#753</a>)</li> <li><a href="https://github.com/rust-cli/config-rs/commit/16a85fa5e75990b66c7c13409e75260c3a760f7f"><code>16a85fa</code></a> chore(deps): Update compatible (dev) (<a href="https://redirect.github.com/rust-cli/config-rs/issues/752">#752</a>)</li> <li><a href="https://github.com/rust-cli/config-rs/commit/53c9e3001cc7081fd1622d47a94dbc33d994ec2f"><code>53c9e30</code></a> chore(deps): Update pre-commit hook crate-ci/typos to v1.46.0</li> <li><a href="https://github.com/rust-cli/config-rs/commit/7f4482c7522976c4406caff64a31c729a41e91c0"><code>7f4482c</code></a> chore(deps): Update Rust Stable to v1.95 (<a href="https://redirect.github.com/rust-cli/config-rs/issues/750">#750</a>)</li> <li><a href="https://github.com/rust-cli/config-rs/commit/33f0b36bb0a9a4e564859fc672123626d05d6760"><code>33f0b36</code></a> chore(deps): Update Rust crate yaml-rust2 to 0.11.0 (<a href="https://redirect.github.com/rust-cli/config-rs/issues/749">#749</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rust-cli/config-rs/compare/v0.15.22...v0.15.23">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=config&package-manager=cargo&previous-version=0.15.22&new-version=0.15.23)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 00:57:43 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#5623
No description provided.