diff --git a/Cargo.lock b/Cargo.lock index 02089de..9f5b260 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1365,10 +1365,8 @@ dependencies = [ "iced_runtime", "iced_style", "layershellev", - "memmap2 0.9.4", "thiserror", "tracing", - "xkbcommon-dl", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 4d9d39d..56e93a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,3 +74,6 @@ log = "0.4.22" xkbcommon-dl = "0.4.2" smol_str = "0.2.2" memmap2 = "0.9.4" + +tracing = "0.1.40" +futures = "0.3.30" diff --git a/iced_layershell/Cargo.toml b/iced_layershell/Cargo.toml index 501cd6f..e203220 100644 --- a/iced_layershell/Cargo.toml +++ b/iced_layershell/Cargo.toml @@ -18,10 +18,7 @@ iced_style.workspace = true iced_core.workspace = true iced_futures.workspace = true iced_graphics.workspace = true -tracing = "0.1.40" -thiserror = "1.0.63" +tracing.workspace = true +thiserror.workspace = true layershellev.workspace = true -futures = "0.3.30" - -memmap2 = "0.9.4" -xkbcommon-dl = "0.4.2" +futures.workspace = true diff --git a/iced_sessionlock/Cargo.toml b/iced_sessionlock/Cargo.toml index d43f455..18c18ca 100644 --- a/iced_sessionlock/Cargo.toml +++ b/iced_sessionlock/Cargo.toml @@ -18,7 +18,7 @@ iced_style.workspace = true iced_core.workspace = true iced_futures.workspace = true iced_graphics.workspace = true -tracing = "0.1.40" -thiserror = "1.0.63" +tracing.workspace = true +thiserror.workspace = true sessionlockev.workspace = true -futures = "0.3.30" +futures.workspace = true diff --git a/starcolorkeyboard/Cargo.toml b/starcolorkeyboard/Cargo.toml index f337d82..6ba3834 100644 --- a/starcolorkeyboard/Cargo.toml +++ b/starcolorkeyboard/Cargo.toml @@ -20,4 +20,4 @@ pangocairo = "0.20.0" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } bitflags.workspace = true -memmap2 = "0.9.4" +memmap2.workspace = true