diff options
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r-- | cli/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 062f0cf70..5520462cd 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -91,6 +91,7 @@ rustyline-derive = "=0.6.0" secure_tempfile = { version = "=3.3.0", package = "tempfile" } # different name to discourage use in tests semver-parser = "=0.10.2" serde = { version = "=1.0.136", features = ["derive"] } +serde_repr = "=0.1.8" shell-escape = "=0.1.5" text-size = "=1.1.0" text_lines = "=0.4.1" |