diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 7555a36d..0974d903 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -516,7 +516,7 @@ dependencies = [ "lazy_static", "log", "minijinja", - "nix 0.29.0", + "nix 0.30.1", "notify-debouncer-full", "open", "portable-pty", @@ -1791,7 +1791,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" dependencies = [ "data-encoding", - "syn 2.0.101", + "syn 1.0.109", ] [[package]] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 5b08f9cc..511fb2e6 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -34,7 +34,7 @@ comrak = "0.39.0" portable-pty = "0.8.1" vt100 = "0.15.2" bytes = "1.7.1" -nix = { version = "0.29.0", features = ["signal"] } +nix = { version = "0.30.1", features = ["signal"] } lazy_static = "1.5.0" shellexpand = "3.1.0" open = "5"