diff --git a/Cargo.lock b/Cargo.lock index 6f83f0b..a138550 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2088,8 +2088,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "stray" -version = "0.1.1" -source = "git+https://github.com/JakeStanger/stray.git?branch=fix/tracing#719d921b769f85772caa181c4469e0fedd61df87" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e467969fcbf600ebb8d302aa6f2ee6cdf65d2a4c642844632bbdbcaf9c9e2b3e" dependencies = [ "anyhow", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index c5cfe76..dc63f79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ cornfig = "0.3.0" lazy_static = "1.4.0" async_once = "0.2.6" regex = "1.6.0" -stray = { version = "0.1.1" } +stray = { version = "0.1.2" } dirs = "4.0.0" walkdir = "2.3.2" notify = "5.0.0" @@ -41,5 +41,4 @@ wayland-protocols = { version = "0.29.5", features=["unstable_protocols", "clien 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