Skip to content

Commit

Permalink
chore(deps): bump gloo-timers from 0.2.6 to 0.3.0 (#1613)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 13, 2023
1 parent 40e7e58 commit aeb6d45
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bytes = "1.4.0"
exocore-core = {version = "0.1.25", path = "../core"}
exocore-protos = {version = "0.1.25", path = "../protos"}
futures = "0.3.28"
gloo-timers = {version = "0.2", optional = true}
gloo-timers = {version = "0.3", optional = true}
hyper = {version = "0.14.27", features = ["full"], optional = true}
libp2p = {version = "0.52.2", optional = true, default-features = false, features = ["noise", "websocket", "yamux", "ping", "identify", "macros", "tokio", "dns"]}
libp2p-identity = { version = "0.2.2", features = ["secp256k1", "ed25519"], default-features = false }
Expand Down

0 comments on commit aeb6d45

Please sign in to comment.