diff --git a/Cargo.lock b/Cargo.lock index 2c8bb7df..662e54a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3125,9 +3125,9 @@ dependencies = [ [[package]] name = "urlencoding" -version = "2.1.0" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68b90931029ab9b034b300b797048cf23723400aa757e8a2bfb9d748102f9821" +checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9" [[package]] name = "utf8-width" diff --git a/Cargo.toml b/Cargo.toml index 68565f1d..3d81851b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ toml = { version = "0.5.9", features = ["preserve_order"] } toml_edit = "0.14.4" unicode-segmentation = "1.9.0" unicode-width = "0.1.9" -urlencoding = "2.1.0" +urlencoding = "2.1.2" versions = "4.1.0" which = "4.3.0" yaml-rust = "0.4.5"