diff --git a/riptide/Cargo.toml b/riptide/Cargo.toml index 98979dd..1a1e1cb 100644 --- a/riptide/Cargo.toml +++ b/riptide/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" bytes = "0.4" itertools = "0.8" log = "0.4" -nix = "0.13" +nix = "0.14" utf-8 = "0.7" [dependencies.riptide-syntax]