mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
build(deps): bump toml_datetime from 0.6.9 to 0.6.11 (#37301)
Bumps [toml_datetime](https://github.com/toml-rs/toml) from 0.6.9 to 0.6.11. <details> <summary>Commits</summary> <ul> <li><a href="288161b00e
"><code>288161b</code></a> chore: Release</li> <li><a href="d7f3cda377
"><code>d7f3cda</code></a> docs: Update changelog</li> <li><a href="752ef5b9ef
"><code>752ef5b</code></a> fix(datetime): Further error improvements (<a href="https://redirect.github.com/toml-rs/toml/issues/927">#927</a>)</li> <li><a href="b1ce9b595f
"><code>b1ce9b5</code></a> fix(datetime): Use 2-digit values for ranges</li> <li><a href="55da4af7ac
"><code>55da4af</code></a> fix(datetime): Remove trailing space in error</li> <li><a href="5c1d9cc892
"><code>5c1d9cc</code></a> chore(parse): Use a unique tag</li> <li><a href="93d21bf488
"><code>93d21bf</code></a> chore: Release</li> <li><a href="a3b91ef6de
"><code>a3b91ef</code></a> docs: Update changelog</li> <li><a href="3233961954
"><code>3233961</code></a> fix(datetime): Improve error message quality (<a href="https://redirect.github.com/toml-rs/toml/issues/925">#925</a>)</li> <li><a href="eebeee3987
"><code>eebeee3</code></a> fix(datetime): Specialize day of month bounds message</li> <li>Additional commits viewable in <a href="https://github.com/toml-rs/toml/compare/toml_datetime-v0.6.9...toml_datetime-v0.6.11">compare view</a></li> </ul> </details> <br /> [](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>
This commit is contained in:
parent
47f9fbd8c7
commit
8ad27f9f46
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -7993,9 +7993,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "toml_datetime"
|
||||
version = "0.6.9"
|
||||
version = "0.6.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
|
||||
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue