mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-09-28 05:21:45 +00:00
Bump ipnetwork to 0.19 (#1426)
* Bump ipnetwork to 0.18 * Bump ipnetwork to 0.19
This commit is contained in:
parent
ba123e62fa
commit
17fde443be
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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"
|
||||
|
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user