Bump dependencies

This commit is contained in:
Jon Gjengset 2019-07-01 12:43:48 -04:00
parent dcc9dd7223
commit feb82747ef
No known key found for this signature in database
GPG Key ID: F8FBEB3BC15B735B
2 changed files with 432 additions and 341 deletions

769
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[package]
name = "buzz"
version = "1.1.9"
version = "1.1.10"
description = "A simple system tray application for notifying about unseen e-mail"
readme = "README.md"
@ -25,7 +25,7 @@ debug=true
imap = "1.0"
native-tls = "0.2"
systray = "0.3.0"
mailparse = "0.6.0"
mailparse = "0.8"
toml = "0.5"
xdg = "2.1.0"
notify-rust = "3.4.0"