Bump data-url from 0.1.0 to 0.1.1

Bumps [data-url](https://github.com/servo/rust-url) from 0.1.0 to 0.1.1.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v0.1.0...idna-v0.1.1)

---
updated-dependencies:
- dependency-name: data-url
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-11 16:23:20 +00:00 committed by GitHub
parent 8d684eff7d
commit 07fda0e1ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -1304,9 +1304,9 @@ dependencies = [
[[package]]
name = "data-url"
version = "0.1.0"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d33fe99ccedd6e84bc035f1931bb2e6be79739d6242bd895e7311c886c50dc9c"
checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193"
dependencies = [
"matches",
]