aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-06 17:48:38 +0000
committerGitHub <noreply@github.com>2024-09-06 17:48:38 +0000
commitbc04f94a301b1575a1bca90e145778d3596e7b1b (patch)
tree6021f43f4a25874f97d82e262127d7600ca23c0c
parent5d85f283c78e860f4fa6583f1d15b06e360db418 (diff)
downloadservo-bc04f94a301b1575a1bca90e145778d3596e7b1b.tar.gz
servo-bc04f94a301b1575a1bca90e145778d3596e7b1b.zip
build(deps): bump wayland-cursor from 0.31.5 to 0.31.6 (#33351)
Bumps [wayland-cursor](https://github.com/smithay/wayland-rs) from 0.31.5 to 0.31.6. - [Release notes](https://github.com/smithay/wayland-rs/releases) - [Changelog](https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md) - [Commits](https://github.com/smithay/wayland-rs/commits) --- updated-dependencies: - dependency-name: wayland-cursor dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e225b09e609..50d2d5cca2d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3920,7 +3920,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
dependencies = [
"cfg-if",
- "windows-targets 0.48.5",
+ "windows-targets 0.52.6",
]
[[package]]
@@ -7699,9 +7699,9 @@ dependencies = [
[[package]]
name = "wayland-cursor"
-version = "0.31.5"
+version = "0.31.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6ef9489a8df197ebf3a8ce8a7a7f0a2320035c3743f3c1bd0bdbccf07ce64f95"
+checksum = "3a94697e66e76c85923b0d28a0c251e8f0666f58fc47d316c0f4da6da75d37cb"
dependencies = [
"rustix",
"wayland-client",