summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-10-29 14:25:44 +0100
committermo8it <mo8it@proton.me>2024-10-29 14:25:44 +0100
commit2a725fb13719de0597a34c633cb59da7c7244534 (patch)
treeb5a9861087d1eeaabba67860c25c1317f3dc07b4 /Cargo.toml
parent449858655d5302efda18288a3d0f138b6e83c463 (diff)
Upgrade notify
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
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"