Skip to content

Commit

Permalink
Bump toml_edit from 0.22.22 to 0.22.24 (#228)
Browse files Browse the repository at this point in the history
Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.22.22 to
0.22.24.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/toml-rs/toml/commit/999824a3be2fe728613a6765bbd6133e406b6631"><code>999824a</code></a>
chore: Release</li>
<li><a
href="https://github.com/toml-rs/toml/commit/6bd5de86a869992a5422b21c2128d4340a2a4134"><code>6bd5de8</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/toml-rs/toml/commit/ec5c13d1a3777add983ba909e3d1f9e19a3ff966"><code>ec5c13d</code></a>
Merge pull request <a
href="https://redirect.github.com/toml-rs/toml/issues/830">#830</a> from
epage/into</li>
<li><a
href="https://github.com/toml-rs/toml/commit/18d09571fb2a42638fbc9c89134ce2b204278853"><code>18d0957</code></a>
feat(item): Add conversions from item type to Item</li>
<li><a
href="https://github.com/toml-rs/toml/commit/f550dbfd7dd2bb50c65033f7d0620271151c1734"><code>f550dbf</code></a>
chore: Release</li>
<li><a
href="https://github.com/toml-rs/toml/commit/25587db207623b9b47df1d6f09fb34332f780d22"><code>25587db</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/toml-rs/toml/commit/fbc77ec290053f83d5f31dce34282536a5a9665a"><code>fbc77ec</code></a>
Merge pull request <a
href="https://redirect.github.com/toml-rs/toml/issues/829">#829</a> from
tisonkun/map-get-kv</li>
<li><a
href="https://github.com/toml-rs/toml/commit/4605a6422fa808d58ba55f6ff7d917ef96e88e72"><code>4605a64</code></a>
fea: impl Map get_key_value</li>
<li><a
href="https://github.com/toml-rs/toml/commit/8efc81e1247df79709a79a91f3a7f572ca5f8ca3"><code>8efc81e</code></a>
chore(deps): Update Rust crate serde_json to v1.0.138 (<a
href="https://redirect.github.com/toml-rs/toml/issues/828">#828</a>)</li>
<li><a
href="https://github.com/toml-rs/toml/commit/15496f1b872d092af135455cbfbb9facfee5bfd8"><code>15496f1</code></a>
chore: Release</li>
<li>Additional commits viewable in <a
href="https://github.com/toml-rs/toml/compare/v0.22.22...v0.22.24">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=toml_edit&package-manager=cargo&previous-version=0.22.22&new-version=0.22.24)](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent 6ee5618 commit 8433785
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
29 changes: 19 additions & 10 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 @@ -22,7 +22,7 @@ anyhow = "1.0.95"
async-trait = "0.1.86"
chrono = "0.4.39"
clap = { version = "4.5.23", features = ["derive", "env", "string"] }
toml_edit = { version = "0.22.22", features = ["serde"] }
toml_edit = { version = "0.22.24", features = ["serde"] }
gix-config = { version = "0.43.0", optional = true }
reqwest = { version = "0.12.12", default-features = false, features = [
"json",
Expand Down

0 comments on commit 8433785

Please sign in to comment.