mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-27 17:51:20 +00:00
build(deps): Update if-watch requirement from 0.2.0 to 0.3.0 (#2387)
Updates the requirements on [if-watch](https://github.com/dvc94ch/if-watch) to permit the latest version. - [Release notes](https://github.com/dvc94ch/if-watch/releases) - [Commits](https://github.com/dvc94ch/if-watch/commits) --- updated-dependencies: - dependency-name: if-watch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Inden <mail@max-inden.de>
This commit is contained in:
parent
176636f706
commit
e15dad5f45
@ -15,7 +15,7 @@ async-io = "1.3.1"
|
||||
data-encoding = "2.3.2"
|
||||
dns-parser = "0.8.0"
|
||||
futures = "0.3.13"
|
||||
if-watch = "0.2.0"
|
||||
if-watch = "0.3.0"
|
||||
lazy_static = "1.4.0"
|
||||
libp2p-core = { version = "0.31.0", path = "../../core", default-features = false }
|
||||
libp2p-swarm = { version = "0.33.0", path = "../../swarm" }
|
||||
|
@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"]
|
||||
async-io-crate = { package = "async-io", version = "1.2.0", optional = true }
|
||||
futures = "0.3.8"
|
||||
futures-timer = "3.0"
|
||||
if-watch = { version = "0.2.0", optional = true }
|
||||
if-watch = { version = "0.3.0", optional = true }
|
||||
if-addrs = { version = "0.7.0", optional = true }
|
||||
ipnet = "2.0.0"
|
||||
libc = "0.2.80"
|
||||
|
Loading…
x
Reference in New Issue
Block a user