fix tests

This commit is contained in:
mpostma
2021-03-10 14:47:04 +01:00
parent 0cd8869349
commit a56e8c1a0c
4 changed files with 17 additions and 9 deletions

7
Cargo.lock generated
View File

@ -1817,6 +1817,7 @@ dependencies = [
"tempfile",
"thiserror",
"tokio 1.3.0",
"urlencoding",
"uuid",
"vergen",
]
@ -3503,6 +3504,12 @@ dependencies = [
"serde",
]
[[package]]
name = "urlencoding"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9232eb53352b4442e40d7900465dfc534e8cb2dc8f18656fcb2ac16112b5593"
[[package]]
name = "utf8-width"
version = "0.1.4"