diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-30 08:24:15 +0000 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-04-30 01:46:05 -0700 |
| commit | af080a03cda3bd960a0817920f9814086ae9ad36 (patch) | |
| tree | 29a51de3a320b358a7cff5e827b460fa9863af27 | |
| parent | 5f117c61dc4dd91564e02b32836e98dd0e648246 (diff) | |
| download | niri-af080a03cda3bd960a0817920f9814086ae9ad36.tar.gz niri-af080a03cda3bd960a0817920f9814086ae9ad36.tar.bz2 niri-af080a03cda3bd960a0817920f9814086ae9ad36.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), [insta](https://github.com/mitsuhiko/insta) and [wayland-client](https://github.com/smithay/wayland-rs).
Updates `wayland-backend` from 0.3.9 to 0.3.10
- [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 `insta` from 1.43.0 to 1.43.1
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/insta/compare/1.43.0...1.43.1)
Updates `wayland-client` from 0.31.9 to 0.31.10
- [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-version: 0.3.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: rust-dependencies
- dependency-name: insta
dependency-version: 1.43.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: rust-dependencies
- dependency-name: wayland-client
dependency-version: 0.31.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: rust-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | Cargo.lock | 12 | ||||
| -rw-r--r-- | Cargo.toml | 6 |
2 files changed, 9 insertions, 9 deletions
@@ -1759,9 +1759,9 @@ checksum = "bd4f5b4d1c00331c5245163aacfe5f20be75b564c7112d45893d4ae038119eb0" [[package]] name = "insta" -version = "1.43.0" +version = "1.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab2d11b2f17a45095b8c3603928ba29d7d918d7129d0d0641a36ba73cf07daa6" +checksum = "154934ea70c58054b556dd430b99a98c2a7ff5309ac9891597e339b5c28f4371" dependencies = [ "console", "once_cell", @@ -4029,9 +4029,9 @@ dependencies = [ [[package]] name = "wayland-backend" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2bea670be0e24795f39416e5461ccef0185b47df2749ed2b226b8a7557ac871" +checksum = "fe770181423e5fc79d3e2a7f4410b7799d5aab1de4372853de3c6aa13ca24121" dependencies = [ "cc", "downcast-rs", @@ -4043,9 +4043,9 @@ dependencies = [ [[package]] name = "wayland-client" -version = "0.31.9" +version = "0.31.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5029b0ff4f7be961c326169ee8e247d534d8507dbe390cac6aa3d2cc7c268825" +checksum = "978fa7c67b0847dbd6a9f350ca2569174974cd4082737054dbb7fbb79d7d9a61" dependencies = [ "bitflags 2.9.0", "rustix 0.38.44", @@ -18,7 +18,7 @@ rust-version = "1.80.1" anyhow = "1.0.98" bitflags = "2.9.0" clap = { version = "4.5.37", features = ["derive"] } -insta = "1.43.0" +insta = "1.43.1" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" tracing = { version = "0.1.41", features = ["max_level_trace", "release_max_level_debug"] } @@ -88,7 +88,7 @@ tracing-subscriber.workspace = true tracing.workspace = true tracy-client.workspace = true url = { version = "2.5.4", optional = true } -wayland-backend = "0.3.8" +wayland-backend = "0.3.10" wayland-scanner = "0.31.6" xcursor = "0.3.8" zbus = { version = "5.5.0", optional = true } @@ -118,7 +118,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.8" +wayland-client = "0.31.10" xshell = "0.2.7" [features] |
