From: Steinar H. Gunderson Date: Sat, 22 Oct 2022 09:42:13 +0000 (+0200) Subject: Fix Cargo.toml for newer versions of Rust. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9fdce06524cdd616e769e01c79e896554be68d24;p=linux-dallas-multipass Fix Cargo.toml for newer versions of Rust. --- diff --git a/Cargo.lock b/Cargo.lock index 22a0145..4a22de2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "autocfg" version = "1.0.1" @@ -421,9 +423,9 @@ dependencies = [ [[package]] name = "percent-encoding" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" +checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" [[package]] name = "pin-project" diff --git a/Cargo.toml b/Cargo.toml index 57a67d9..13d601a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ webpki-roots = { version = "0.20", optional = true } serde_json = "1.0.59" hex = "0.3.1" lazy_static = "1.4.0" -percent-encoding = "" +percent-encoding = "2.2.0" simple-error = "0.2.2" [[bin]]