Skip to content

Commit edd57c9

Browse files
Bump toml from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0 (#760)
Bumps [toml](https://github.com/toml-rs/toml) from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/toml-rs/toml/commit/a09707edb7c838952161be8d3a5b9b8e870eef73"><code>a09707e</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/7b0feaa5f00cf0f8bb7344ba30e5dd012e900e6b"><code>7b0feaa</code></a> docs: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/2902954e9d969205d6fed0baac3ba60b10dd8a1e"><code>2902954</code></a> Revert &quot;fix(toml): Track dotted key for spans&quot; (<a href="https://redirect.github.com/toml-rs/toml/issues/1119">#1119</a>)</li> <li><a href="https://github.com/toml-rs/toml/commit/a586cae70fbddf56ed3e98d86afb4b4bb4df749c"><code>a586cae</code></a> Revert &quot;fix(toml): Track dotted key for spans&quot;</li> <li><a href="https://github.com/toml-rs/toml/commit/d35c3f69daa9ba0420b9f24c4dcfd0da9f47cc2b"><code>d35c3f6</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/949b4e849373485bc0b2db7aed9d993099bcc524"><code>949b4e8</code></a> docs: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/47b878bb86bf45c0a8c6019cf4e8dfa432a93759"><code>47b878b</code></a> fix(toml): Track dotted key for spans (<a href="https://redirect.github.com/toml-rs/toml/issues/1118">#1118</a>)</li> <li><a href="https://github.com/toml-rs/toml/commit/87461d819f3383c26b8d9c4e70db208075a7a0d8"><code>87461d8</code></a> fix(toml): Track dotted key for spans</li> <li><a href="https://github.com/toml-rs/toml/commit/796370e7d2d5d263384515d8b76a1e41e9c74cf6"><code>796370e</code></a> test(serde): Check span meaning</li> <li><a href="https://github.com/toml-rs/toml/commit/ad87859b971d6dfda8bf2c469044e2b04d2a0732"><code>ad87859</code></a> test(serde): Track key spans</li> <li>Additional commits viewable in <a href="https://github.com/toml-rs/toml/compare/toml-v1.0.3...toml-v1.0.6">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=1.0.3+spec-1.1.0&new-version=1.0.6+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: DAA <42379074+DaAlbrecht@users.noreply.github.com>
1 parent cfcb629 commit edd57c9

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.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ semver = { version = "1.0.27", default-features = false, features = ["serde"] }
9595
cargo_metadata = { version = "0.23.1", default-features = false }
9696

9797
# Parsing the Cargo manifest
98-
toml = { version = "1.0.3", default-features = false, features = [
98+
toml = { version = "1.0.6", default-features = false, features = [
9999
"std",
100100
"parse",
101101
"display",

bevy_lint/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cargo_metadata = "0.23.1"
3030

3131
# Configuration deserialization.
3232
serde = { version = "1.0.228", features = ["derive"] }
33-
toml = { version = "1.0.3", default-features = false, features = [
33+
toml = { version = "1.0.6", default-features = false, features = [
3434
"std",
3535
"parse",
3636
"serde",
@@ -46,7 +46,7 @@ anstyle = "1.0.13"
4646
[build-dependencies]
4747
# Parse `rust-toolchain.toml` at build time.
4848
serde = { version = "1.0.228", features = ["derive"] }
49-
toml = { version = "1.0.3", default-features = false, features = [
49+
toml = { version = "1.0.6", default-features = false, features = [
5050
"std",
5151
"parse",
5252
"serde",

0 commit comments

Comments
 (0)