aboutsummaryrefslogtreecommitdiff
path: root/niri-ipc
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-06-23 13:51:22 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-06-23 16:12:45 +0300
commit4c02f3bba451747c3f337f4c131b0c7f9ef41bb7 (patch)
treefdc5dbd8350ed512755641b4c99d068e14da7f80 /niri-ipc
parentb55a80c6418ded0b13a25e6d78977c38de3d1208 (diff)
downloadniri-4c02f3bba451747c3f337f4c131b0c7f9ef41bb7.tar.gz
niri-4c02f3bba451747c3f337f4c131b0c7f9ef41bb7.tar.bz2
niri-4c02f3bba451747c3f337f4c131b0c7f9ef41bb7.zip
Update dependencies
Diffstat (limited to 'niri-ipc')
-rw-r--r--niri-ipc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/niri-ipc/Cargo.toml b/niri-ipc/Cargo.toml
index 2c1817b0..b031c942 100644
--- a/niri-ipc/Cargo.toml
+++ b/niri-ipc/Cargo.toml
@@ -13,7 +13,7 @@ readme = "README.md"
[dependencies]
clap = { workspace = true, optional = true }
-schemars = { version = "0.9.0", optional = true }
+schemars = { version = "1.0.0", optional = true }
serde.workspace = true
serde_json.workspace = true