1
0
mirror of https://github.com/vbrandl/bind9-api.git synced 2025-08-31 10:57:00 +02:00

Merge pull request #60 from vbrandl/dependabot/cargo/failure-0.1.6

Bump failure from 0.1.5 to 0.1.6
This commit is contained in:
Valentin Brandl
2019-10-14 15:23:53 +02:00
committed by GitHub
5 changed files with 29 additions and 29 deletions

View File

@@ -5,6 +5,6 @@ authors = ["Valentin Brandl <vbrandl@riseup.net>"]
license = "MIT/Apache-2.0"
[dependencies]
failure = "0.1.5"
failure = "0.1.6"
serde = "1.0.100"
serde_derive = "1.0.101"