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
+4 -4
View File
@@ -2989,9 +2989,9 @@ dependencies = [
[[package]]
name = "ip_network"
version = "0.4.0"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09b746553d2f4a1ca26fab939943ddfb217a091f34f53571620a8e3d30691303"
checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"
[[package]]
name = "ipconfig"
@@ -11024,8 +11024,8 @@ version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f559b464de2e2bdabcac6a210d12e9b5a5973c251e102c44c585c71d51bd78e"
dependencies = [
"cfg-if 0.1.10",
"rand 0.6.5",
"cfg-if 1.0.0",
"rand 0.8.4",
"static_assertions",
]
@@ -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"