diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 24494f7d2..165f49fbb 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -84,7 +84,7 @@ notify = "=5.0.0-pre.15" once_cell = "=1.12.0" os_pipe = "=1.0.1" path-clean = "=0.1.0" -percent-encoding = "=2.1.0" +percent-encoding = "=2.2.0" pin-project = "1.0.11" # don't pin because they yank crates from cargo rand = { version = "=0.8.5", features = ["small_rng"] } regex = "=1.6.0" |