From 637b6a5827252bdfe3c9436a0f6f0f7196cae80e Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Tue, 26 Mar 2024 13:34:44 -0400 Subject: [PATCH] Revert "fix(deps): update all patch dependencies" Signed-off-by: John Eckersberg --- lib/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 6680f08b..a19723b3 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -32,13 +32,13 @@ once_cell = "1.19" openssl = "^0.10.64" # TODO drop this in favor of rustix nix = { version = "0.28", features = ["ioctl", "sched"] } -regex = "1.10.4" +regex = "1.10.3" rustix = { "version" = "0.38", features = ["thread", "fs", "system", "process"] } schemars = { version = "0.8.16", features = ["chrono"] } serde = { features = ["derive"], version = "1.0.197" } serde_ignored = "0.1.10" serde_json = "1.0.114" -serde_yaml = "0.9.34" +serde_yaml = "0.9.33" serde_with = ">= 3.7.0, < 4" tokio = { features = ["io-std", "time", "process", "rt", "net"], version = ">= 1.36.0" } tokio-util = { features = ["io-util"], version = "0.7" }