From 2a725fb13719de0597a34c633cb59da7c7244534 Mon Sep 17 00:00:00 2001 From: mo8it Date: Tue, 29 Oct 2024 14:25:44 +0100 Subject: Upgrade notify --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f05e525..e9fe079 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ edition = "2021" # On Update: Update the edition of the `rustfmt` command that c rust-version = "1.80" [workspace.dependencies] -serde = { version = "1.0.213", features = ["derive"] } +serde = { version = "1.0.214", features = ["derive"] } toml_edit = { version = "0.22.22", default-features = false, features = ["parse", "serde"] } [package] @@ -49,7 +49,7 @@ include = [ anyhow = "1.0.91" clap = { version = "4.5.20", features = ["derive"] } crossterm = { version = "0.28.1", default-features = false, features = ["windows", "events"] } -notify = { version = "6.1.1", default-features = false, features = ["macos_fsevent"] } +notify = "7.0.0" os_pipe = "1.2.1" rustlings-macros = { path = "rustlings-macros", version = "=6.3.0" } serde_json = "1.0.132" @@ -57,7 +57,7 @@ serde.workspace = true toml_edit.workspace = true [target.'cfg(not(windows))'.dependencies] -rustix = { version = "0.38.37", default-features = false, features = ["std", "stdio", "termios"] } +rustix = { version = "0.38.38", default-features = false, features = ["std", "stdio", "termios"] } [dev-dependencies] tempfile = "3.13.0" -- cgit v1.2.3