diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2022-09-08 18:04:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 19:04:59 +0200 |
commit | 93cbac69e8a53fbb393fc7a2f12654b223cf01ad (patch) | |
tree | e331da5ce48d740c3235c77be9e75dc2106a6b47 /cli | |
parent | 99c5381af4715cabc2de406cb29192ad5ca87915 (diff) |
chore: update url crate to 2.3.1 (#15818)
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" |