aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-03 09:04:25 +0000
committerIvan Molodetskikh <yalterz@gmail.com>2025-02-03 13:42:47 +0300
commit553b1ba85256e2cb290e8a67f709a14e603606bc (patch)
tree13256cd15f2077556824254f70f4bd0eea466119 /Cargo.toml
parentd5592743cb04cef3fe50c987b7ba9349c5090dbd (diff)
downloadniri-553b1ba85256e2cb290e8a67f709a14e603606bc.tar.gz
niri-553b1ba85256e2cb290e8a67f709a14e603606bc.tar.bz2
niri-553b1ba85256e2cb290e8a67f709a14e603606bc.zip
build(deps): bump the rust-dependencies group with 3 updates
Bumps the rust-dependencies group with 3 updates: [wayland-backend](https://github.com/smithay/wayland-rs), [wayland-scanner](https://github.com/smithay/wayland-rs) and [wayland-client](https://github.com/smithay/wayland-rs). Updates `wayland-backend` from 0.3.7 to 0.3.8 - [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) Updates `wayland-scanner` 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) Updates `wayland-client` from 0.31.7 to 0.31.8 - [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-backend dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: wayland-scanner dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: wayland-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3bc61140..3a25fd50 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -87,8 +87,8 @@ tracing-subscriber.workspace = true
tracing.workspace = true
tracy-client.workspace = true
url = { version = "2.5.4", optional = true }
-wayland-backend = "0.3.7"
-wayland-scanner = "0.31.5"
+wayland-backend = "0.3.8"
+wayland-scanner = "0.31.6"
xcursor = "0.3.8"
zbus = { version = "5.3.1", optional = true }
@@ -117,7 +117,7 @@ insta.workspace = true
proptest = "1.6.0"
proptest-derive = { version = "0.5.1", features = ["boxed_union"] }
rayon = "1.10.0"
-wayland-client = "0.31.7"
+wayland-client = "0.31.8"
xshell = "0.2.7"
[features]