Skip to content

Commit

Permalink
Bump futures from 0.3.12 to 0.3.13
Browse files Browse the repository at this point in the history
Bumps [futures](https://github.com/rust-lang-nursery/futures-rs) from 0.3.12 to 0.3.13.
- [Release notes](https://github.com/rust-lang-nursery/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.12...0.3.13)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 12, 2021
1 parent a543c03 commit a9839fc
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 34 deletions.
103 changes: 71 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -32,14 +32,14 @@ crossbeam-channel = "0.5.0"
derive_builder = { git = "https://github.com/colin-kiegel/rust-derive-builder" }
dyn-clone = "1.0.4"
env_logger = "0.8.3"
futures = "0.3.12"
futures = "0.3.13"
futures-util = "0.3.12"
getset = "0.1.1"
ipnetwork = "0.17.0"
lazy_static = "1.4.0"
libc = "0.2.86"
log = { version = "0.4.14", features = ["serde", "std"] }
nix = "0.19.1"
nix = "0.20.0"
notify = { version = "5.0.0-pre.5", features = ["serde"] }
prost = "0.7.0"
rmp-serde = "0.15.4"
Expand Down

0 comments on commit a9839fc

Please sign in to comment.