]> git.sesse.net Git - linux-dallas-multipass/commitdiff
Fix Cargo.toml for newer versions of Rust.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 22 Oct 2022 09:42:13 +0000 (11:42 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 22 Oct 2022 09:42:13 +0000 (11:42 +0200)
Cargo.lock
Cargo.toml

index 22a01455cc74b9316773b2bf2dc25e04d41c6f2b..4a22de2d0c7a7f7c29b7df74d27eb63a905ba401 100644 (file)
@@ -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"
index 57a67d9ebf1912be325af66a3b6ac40cdbf4f3cb..13d601a65180e028bef078b260044a86240cf520 100644 (file)
@@ -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]]