Bump ip_network from 0.4.0 to 0.4.1 (#10525)

Bumps [ip_network](https://github.com/JakubOnderka/ip_network) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/JakubOnderka/ip_network/releases)
- [Commits](https://github.com/JakubOnderka/ip_network/commits)

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

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]
2022-01-03 23:07:02 +01:00
committed by GitHub
parent 424ddf33ee
commit 4d064acd96
3 changed files with 6 additions and 6 deletions
@@ -22,7 +22,7 @@ codec = { package = "parity-scale-codec", default-features = false, version = "2
derive_more = "0.99.16"
futures = "0.3.9"
futures-timer = "3.0.1"
ip_network = "0.4.0"
ip_network = "0.4.1"
libp2p = { version = "0.40.0", default-features = false, features = ["kad"] }
log = "0.4.8"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.10.0-dev" }
+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.4.0"
ip_network = "0.4.1"
linked-hash-map = "0.5.4"
linked_hash_set = "0.1.3"
lru = "0.7.0"