Bump ip_network from 0.3.4 to 0.4.0 (#9524)

Bumps [ip_network](https://github.com/JakubOnderka/ip_network) from 0.3.4 to 0.4.0.
- [Release notes](https://github.com/JakubOnderka/ip_network/releases)
- [Commits](https://github.com/JakubOnderka/ip_network/compare/v0.3.4...v0.4.0)

---
updated-dependencies:
- dependency-name: ip_network
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-08-13 18:32:19 +00:00
committed by GitHub
parent 1aadab917e
commit 6a9a7a93a4
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -2733,9 +2733,9 @@ dependencies = [
[[package]]
name = "ip_network"
version = "0.3.4"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ee15951c035f79eddbef745611ec962f63f4558f1dadf98ab723cc603487c6f"
checksum = "09b746553d2f4a1ca26fab939943ddfb217a091f34f53571620a8e3d30691303"
[[package]]
name = "ipconfig"
@@ -22,7 +22,7 @@ codec = { package = "parity-scale-codec", default-features = false, version = "2
derive_more = "0.99.2"
futures = "0.3.9"
futures-timer = "3.0.1"
ip_network = "0.3.4"
ip_network = "0.4.0"
libp2p = { version = "0.37.1", default-features = false, features = ["kad"] }
log = "0.4.8"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.9.0" }
+1 -1
View File
@@ -33,7 +33,7 @@ futures = "0.3.9"
futures-timer = "3.0.2"
asynchronous-codec = "0.5"
hex = "0.4.0"
ip_network = "0.3.4"
ip_network = "0.4.0"
linked-hash-map = "0.5.4"
linked_hash_set = "0.1.3"
lru = "0.6.5"