Update dependencies

This commit is contained in:
Daniel García 2019-08-18 19:31:54 +02:00
parent 27c23b60b8
commit 9101d6e48f
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A
3 changed files with 197 additions and 191 deletions

378
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -40,8 +40,8 @@ rmpv = "0.4.0"
chashmap = "2.2.2"
# A generic serialization/deserialization framework
serde = "1.0.98"
serde_derive = "1.0.98"
serde = "1.0.99"
serde_derive = "1.0.99"
serde_json = "1.0.40"
# Logging
@ -103,10 +103,10 @@ handlebars = "2.0.1"
# For favicon extraction from main website
soup = "0.4.1"
regex = "1.2.0"
regex = "1.2.1"
# URL encoding library
percent-encoding = "2.0.0"
percent-encoding = "2.1.0"
[patch.crates-io]
# Add support for Timestamp type

View File

@ -1 +1 @@
nightly-2019-07-09
nightly-2019-08-18