mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-03 03:31:03 +02:00
Merge pull request #242 from JakeStanger/dependabot/cargo/wayland-protocols-0.30.1
build(deps): bump wayland-protocols from 0.30.0 to 0.30.1
This commit is contained in:
commit
806cfc61aa
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3476,9 +3476,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wayland-protocols"
|
name = "wayland-protocols"
|
||||||
version = "0.30.0"
|
version = "0.30.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7fefbeb8a360abe67ab7c2efe1d297a1a50ee011f5460791bc18870c26bb84e2"
|
checksum = "3b28101e5ca94f70461a6c2d610f76d85ad223d042dd76585ab23d3422dd9b4d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 1.3.2",
|
"bitflags 1.3.2",
|
||||||
"wayland-backend",
|
"wayland-backend",
|
||||||
|
|
|
@ -85,7 +85,7 @@ dirs = "5.0.1"
|
||||||
walkdir = "2.3.2"
|
walkdir = "2.3.2"
|
||||||
notify = { version = "6.0.1", default-features = false }
|
notify = { version = "6.0.1", default-features = false }
|
||||||
wayland-client = "0.30.2"
|
wayland-client = "0.30.2"
|
||||||
wayland-protocols = { version = "0.30.0", features = ["unstable", "client"] }
|
wayland-protocols = { version = "0.30.1", features = ["unstable", "client"] }
|
||||||
wayland-protocols-wlr = { version = "0.1.0", features = ["client"] }
|
wayland-protocols-wlr = { version = "0.1.0", features = ["client"] }
|
||||||
smithay-client-toolkit = { version = "0.17.0", default-features = false, features = [
|
smithay-client-toolkit = { version = "0.17.0", default-features = false, features = [
|
||||||
"calloop",
|
"calloop",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue