build(deps): bump url from 2.2.0 to 2.2.1

Bumps [url](https://github.com/servo/rust-url) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.2.0...v2.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-18 21:26:18 +00:00
parent c89095ab85
commit bfb12b7777
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1402,9 +1402,9 @@ checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
[[package]]
name = "url"
version = "2.2.0"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b"
dependencies = [
"form_urlencoded",
"idna",

View File

@ -40,7 +40,7 @@ serde_json = ">=1.0.9"
signal-hook = "0.3.4"
tempfile = "3.2.0"
thiserror = "1.0"
url = "2.2.0"
url = "2.2.1"
vfio-ioctls = { git = "https://github.com/cloud-hypervisor/vfio-ioctls", branch = "ch" }
virtio-devices = { path = "../virtio-devices" }
vm-allocator = { path = "../vm-allocator" }