Skip to content

Commit 72e2abc

Browse files
chore(deps): bump toml from 0.8.23 to 1.1.2+spec-1.1.0 (#94)
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.23 to 1.1.2+spec-1.1.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/toml-rs/toml/commit/a3d0047c95dfc6e82997d508dd93c9908650a418"><code>a3d0047</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/cc37615fc8d9213594250043e0e3b6cf73ed1e69"><code>cc37615</code></a> docs: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/7f5e9e130ae2cb17497cd7811a4a1e78fb5715d7"><code>7f5e9e1</code></a> fix(parser): Consolidate invalid unquoted key into one error (<a href="https://redirect.github.com/toml-rs/toml/issues/1138">#1138</a>)</li> <li><a href="https://github.com/toml-rs/toml/commit/52feb9070cca1734db13d22796efd1115835881b"><code>52feb90</code></a> fix(parser): Consolidate invalid unquoted key into one error</li> <li><a href="https://github.com/toml-rs/toml/commit/aad85d4921e8eb500cc7a26ac1165f111a59c433"><code>aad85d4</code></a> chore(deps): Update j178/prek-action action to v2 (<a href="https://redirect.github.com/toml-rs/toml/issues/1136">#1136</a>)</li> <li><a href="https://github.com/toml-rs/toml/commit/8b1ac44bcae5ffc4e58e8809a031ab05f486ccbe"><code>8b1ac44</code></a> chore(deps): Update compatible (dev) (<a href="https://redirect.github.com/toml-rs/toml/issues/1135">#1135</a>)</li> <li><a href="https://github.com/toml-rs/toml/commit/9effd79ff2ea692420931e2e4d58969525e6c398"><code>9effd79</code></a> chore(deps): Update j178/prek-action action to v2</li> <li><a href="https://github.com/toml-rs/toml/commit/9db8aad6eafbc62f6b9d1950117649cc41eaf695"><code>9db8aad</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/e55a6633d9e16e4406db8a9fb8ce26fa84fb1553"><code>e55a663</code></a> docs: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/c11d7d7ad38781b66e7df34371ce3969677bc62d"><code>c11d7d7</code></a> Optimisations (<a href="https://redirect.github.com/toml-rs/toml/issues/1133">#1133</a>)</li> <li>Additional commits viewable in <a href="https://github.com/toml-rs/toml/compare/toml-v0.8.23...toml-v1.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=toml&package-manager=cargo&previous-version=0.8.23&new-version=1.1.2+spec-1.1.0)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
2 parents 3c53fbb + cff2373 commit 72e2abc

2 files changed

Lines changed: 19 additions & 48 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ futures = "0.3"
2626
# Serialization
2727
serde = { version = "1", features = ["derive"] }
2828
serde_json = "1"
29-
toml = "0.8"
29+
toml = "1.1"
3030

3131
# Error handling
3232
anyhow = "1"

0 commit comments

Comments
 (0)