diff --git a/Cargo.lock b/Cargo.lock index 318f0c29b..c43cf2d62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -917,9 +917,9 @@ checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f" [[package]] name = "widestring" -version = "1.0.2" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" +checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" [[package]] name = "winapi" diff --git a/Cargo.toml b/Cargo.toml index 95aed0fae..14ae881b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ openssl = "^0.10" serde = { version = "^1.0", features = ["derive"] } serde_json = "^1.0" tempfile = "^3.10" -widestring = "1.0.2" +widestring = "1.1.0" [profile.release] # We assume we're being delivered via e.g. RPM which supports split debuginfo