diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-06-03 08:12:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 08:12:29 +0000 |
commit | 9dc6045bb633c9da4d04c41d72f52a373f420765 (patch) | |
tree | cb1449649887f47767450ec5c7724cc424c7e498 | |
parent | ea491b41174edd03c3ee08fe29046c33b96b0406 (diff) | |
download | servo-9dc6045bb633c9da4d04c41d72f52a373f420765.tar.gz servo-9dc6045bb633c9da4d04c41d72f52a373f420765.zip |
Bump xdg from 2.1.0 to 2.2.0
Bumps [xdg](https://github.com/whitequark/rust-xdg) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/whitequark/rust-xdg/releases)
- [Commits](https://github.com/whitequark/rust-xdg/compare/v2.1.0...v2.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 6865c4ec3d3..0131c9d224c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6786,9 +6786,9 @@ dependencies = [ [[package]] name = "xdg" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a66b7c2281ebde13cf4391d70d4c7e5946c3c25e72a7b859ca8f677dcd0b0c61" +checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57" [[package]] name = "xi-unicode" |