mirror of
https://github.com/servo/servo.git
synced 2025-08-29 17:18:23 +01:00
build(deps): bump zvariant_utils from 3.2.0 to 3.2.1 (#38926)
Bumps [zvariant_utils](https://github.com/dbus2/zbus) from 3.2.0 to 3.2.1. <details> <summary>Commits</summary> <ul> <li><a href="4d256bdf2a
"><code>4d256bd</code></a> zv,zd: Bugfix release 3.2.1</li> <li><a href="3bca315742
"><code>3bca315</code></a> Merge branch 'ease-cargo-publish' into 'main'</li> <li><a href="341f943eae
"><code>341f943</code></a> zm,zd: Don't specify version of dev-dep on main crates</li> <li><a href="3d77b0a7b2
"><code>3d77b0a</code></a> Merge branch 'fix-struct-enum-deser' into 'main'</li> <li><a href="0852989857
"><code>0852989</code></a> zv: More robust check for non-unit enum deserialization</li> <li><a href="ebba64e6fb
"><code>ebba64e</code></a> zv: Add a test case for issue#265</li> <li><a href="84a28d073e
"><code>84a28d0</code></a> Release 2.0.2</li> <li><a href="31ea805186
"><code>31ea805</code></a> Merge branch 'fix-polkit-features' into 'main'</li> <li><a href="fc134fb61c
"><code>fc134fb</code></a> zp: Fix build by adding features like zbus</li> <li><a href="5b1063a96a
"><code>5b1063a</code></a> Merge branch 'polkit-tokio-support' into 'main'</li> <li>Additional commits viewable in <a href="https://github.com/dbus2/zbus/compare/zvariant_utils-3.2.0...zvariant-3.2.1">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
9082217272
commit
91c08f49e1
1 changed files with 2 additions and 3 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -10988,14 +10988,13 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "zvariant_utils"
|
name = "zvariant_utils"
|
||||||
version = "3.2.0"
|
version = "3.2.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
|
checksum = "c6949d142f89f6916deca2232cf26a8afacf2b9fdc35ce766105e104478be599"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"serde",
|
"serde",
|
||||||
"static_assertions",
|
|
||||||
"syn",
|
"syn",
|
||||||
"winnow",
|
"winnow",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue