chore: update dependencies

This commit is contained in:
Ryan Leckey
2020-07-17 05:36:56 -07:00
parent 9befdc81bf
commit 6fdb0d534f
2 changed files with 86 additions and 143 deletions

View File

@@ -64,7 +64,7 @@ hashbrown = "0.8.0"
hex = "0.4.2"
hmac = { version = "0.8.0", default-features = false, optional = true }
itoa = "0.4.5"
ipnetwork = { version = "0.16.0", default-features = false, optional = true }
ipnetwork = { version = "0.17.0", default-features = false, optional = true }
libc = "0.2.71"
libsqlite3-sys = { version = "0.18.0", optional = true, default-features = false, features = [ "pkg-config", "vcpkg", "bundled" ] }
log = { version = "0.4.8", default-features = false }