mirror of
https://github.com/servo/servo.git
synced 2025-09-04 12:08:21 +01:00
build(deps): bump camino from 1.1.11 to 1.1.12 (#38978)
Bumps [camino](https://github.com/camino-rs/camino) from 1.1.11 to 1.1.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/camino-rs/camino/releases">camino's releases</a>.</em></p> <blockquote> <h2>camino 1.1.12</h2> <h3>Added</h3> <ul> <li><code>Utf8PathBuf::from_os_string</code> and <code>Utf8Path::from_os_str</code> conversions.</li> <li><code>TryFrom<OsString> for Utf8PathBuf</code> and <code>TryFrom<&OsStr> for &Utf8Path</code> conversions.</li> </ul> <p>Thanks to <a href="https://github.com/BenjaminBrienen">BenjaminBrienen</a> for your first contribution!</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/camino-rs/camino/blob/main/CHANGELOG.md">camino's changelog</a>.</em></p> <blockquote> <h2>[1.1.12] - 2025-08-26</h2> <h3>Added</h3> <ul> <li><code>Utf8PathBuf::from_os_string</code> and <code>Utf8Path::from_os_str</code> conversions.</li> <li><code>TryFrom<OsString> for Utf8PathBuf</code> and <code>TryFrom<&OsStr> for &Utf8Path</code> conversions.</li> </ul> <p>Thanks to <a href="https://github.com/BenjaminBrienen">BenjaminBrienen</a> for your first contribution!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="e5edcb948d
"><code>e5edcb9</code></a> [camino] version 1.1.12</li> <li><a href="9c1eff07ef
"><code>9c1eff0</code></a> prepare release</li> <li><a href="bb1c1c9736
"><code>bb1c1c9</code></a> feature: Add support for converting from OsStr and OsString (<a href="https://redirect.github.com/camino-rs/camino/issues/107">#107</a>)</li> <li><a href="281007b471
"><code>281007b</code></a> chore: Documentation fixes</li> <li>See full diff in <a href="https://github.com/camino-rs/camino/compare/camino-1.1.11...camino-1.1.12">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
04dd74dddb
commit
21a7782206
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1125,9 +1125,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "camino"
|
||||
version = "1.1.11"
|
||||
version = "1.1.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5d07aa9a93b00c76f71bc35d598bed923f6d4f3a9ca5c24b7737ae1a292841c0"
|
||||
checksum = "dd0b03af37dad7a14518b7691d81acb0f8222604ad3d1b02f6b4bed5188c0cd5"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue