mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
build(deps): bump gilrs-core from 0.6.1 to 0.6.4 (#36386)
Bumps [gilrs-core](https://gitlab.com/gilrs-project/gilrs) from 0.6.1 to 0.6.4. <details> <summary>Commits</summary> <ul> <li><a href="d66688c571
"><code>d66688c</code></a> Prepare for gilrs-core 0.6.4</li> <li><a href="e5131234ca
"><code>e513123</code></a> core: Expand <code>windows</code> version range to include <code>0.61</code> release</li> <li><a href="5bc62a555a
"><code>5bc62a5</code></a> Prepare for gilrs-core 0.6.3</li> <li><a href="634c36805c
"><code>634c368</code></a> Update docs to reflect switch to Windows Gaming Input and include some useful...</li> <li><a href="cb93e0425a
"><code>cb93e04</code></a> Fix some differences between readme and crate docs</li> <li><a href="21853a82b1
"><code>21853a8</code></a> Fix panic on MacOS</li> <li><a href="aa64e7c6cc
"><code>aa64e7c</code></a> ci: Generate Cargo.lock with MSRV-aware resolver</li> <li><a href="ab717edb2d
"><code>ab717ed</code></a> core: Expand <code>windows</code> version range to include <code>0.60</code> release</li> <li><a href="d63f407458
"><code>d63f407</code></a> Prepare for gilrs-core 0.6.2 release</li> <li><a href="0bf02ceeaf
"><code>0bf02ce</code></a> Don’t unwrap result of NonRoamableId</li> <li>Additional commits viewable in <a href="https://gitlab.com/gilrs-project/gilrs/compare/gilrs-core-v0.6.1...gilrs-core-v0.6.4">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
2d001e2c85
commit
f8db2d2e86
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2540,9 +2540,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "gilrs-core"
|
||||
version = "0.6.1"
|
||||
version = "0.6.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0ed2326d21aa97752d41b2c195aee1d99cd84456ff4d5a7f5e6e1cdbd3dcb0b8"
|
||||
checksum = "a6d95ae10ce5aa99543a28cf74e41c11f3b9e3c14f0452bbde46024753cd683e"
|
||||
dependencies = [
|
||||
"core-foundation 0.10.0",
|
||||
"inotify",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue