diff --git a/Cargo.lock b/Cargo.lock index 4608c8c..6f83f0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1746,9 +1746,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.46" +version = "1.0.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b" +checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725" dependencies = [ "unicode-ident", ] diff --git a/Cargo.toml b/Cargo.toml index fc9c670..d3591d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,13 +29,17 @@ cornfig = "0.3.0" lazy_static = "1.4.0" async_once = "0.2.6" regex = "1.6.0" -stray = { git = "https://github.com/JakeStanger/stray.git", branch = "fix/tracing" } +stray = { version = "0.1.1" } dirs = "4.0.0" walkdir = "2.3.2" notify = "5.0.0" mpd_client = "1.0.0" -swayipc-async = { git = "https://github.com/JakeStanger/swayipc-rs.git", branch = "feat/derive-clone" } -sysinfo = "0.26.2" +swayipc-async = { version = "2.0.1" } +sysinfo = "0.26.4" wayland-client = "0.29.5" wayland-protocols = { version = "0.29.5", features=["unstable_protocols", "client"] } -smithay-client-toolkit = "0.16.0" \ No newline at end of file +smithay-client-toolkit = "0.16.0" + +[patch.crates-io] +stray = { git = "https://github.com/JakeStanger/stray.git", branch = "fix/tracing" } +swayipc-async = { git = "https://github.com/JakeStanger/swayipc-rs.git", branch = "feat/derive-clone" } \ No newline at end of file