Bump ipnetwork to 0.19 (#1426)

* Bump ipnetwork to 0.18

* Bump ipnetwork to 0.19
This commit is contained in:
Paolo Barbolini 2022-04-15 00:11:58 +02:00 committed by GitHub
parent ba123e62fa
commit 17fde443be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1141,9 +1141,9 @@ dependencies = [
[[package]]
name = "ipnetwork"
version = "0.17.0"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02c3eaab3ac0ede60ffa41add21970a7df7d91772c03383aac6c2c3d53cc716b"
checksum = "1f84f1612606f3753f205a4e9a2efd6fe5b4c573a6269b2cc6c3003d44a0d127"
[[package]]
name = "itertools"

View File

@ -129,7 +129,7 @@ generic-array = { version = "0.14.4", default-features = false, optional = true
hex = "0.4.3"
hmac = { version = "0.12.0", default-features = false, optional = true }
itoa = "1.0.1"
ipnetwork = { version = "0.17.0", default-features = false, optional = true }
ipnetwork = { version = "0.19.0", default-features = false, optional = true }
mac_address = { version = "1.1.2", default-features = false, optional = true }
libc = "0.2.112"
libsqlite3-sys = { version = "0.24.1", optional = true, default-features = false, features = [