Skip to content

Commit

Permalink
Merge pull request #1771 from appaquet/dependabot/cargo/futures-0.3.30
Browse files Browse the repository at this point in the history
chore(deps): bump futures from 0.3.29 to 0.3.30
  • Loading branch information
github-actions[bot] authored Dec 25, 2023
2 parents 97c218e + bb7eb17 commit ca53848
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 30 deletions.
36 changes: 18 additions & 18 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 apps/example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ crate-type = ['cdylib']

[dependencies]
exocore = {version = "0.1.3", path = "../..", default-features = false, features = ["apps-sdk"]}
futures = "0.3.29"
futures = "0.3.30"
log = "0.4.20"
2 changes: 1 addition & 1 deletion apps/host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ anyhow = "1.0.76"
exocore-core = {version = "0.1.25", path = "../../core"}
exocore-protos = {version = "0.1.25", path = "../../protos"}
exocore-store = {version = "0.1.25", path = "../../store"}
futures = "0.3.29"
futures = "0.3.30"
log = "0.4.20"
reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls"] }
thiserror = "1.0.51"
Expand Down
2 changes: 1 addition & 1 deletion apps/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ proc-macro = true

[dependencies]
anyhow = "1.0.76"
futures = "0.3.29"
futures = "0.3.30"
log = "0.4.20"
quote = "1.0.33"
syn = { version = "2.0.43", features = ["full", "fold"] }
Expand Down
2 changes: 1 addition & 1 deletion apps/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ anyhow = "1.0.76"
exocore-apps-macros = {version = "0.1.25", path = "../macros"}
exocore-protos = {version = "0.1.25", path = "../../protos"}
exocore-store = {version = "0.1.25", path = "../../store", default-features = false}
futures = "0.3.29"
futures = "0.3.30"
lazy_static = "1.4.0"
log = "0.4.20"
quote = "1.0.33"
Expand Down
2 changes: 1 addition & 1 deletion chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ byteorder = "1.5.0"
exocore-core = {version = "0.1.25", path = "../core"}
exocore-protos = {version = "0.1.25", path = "../protos"}
exocore-transport = {version = "0.1.25", path = "../transport", default-features = false}
futures = "0.3.29"
futures = "0.3.30"
itertools = "0.12.0"
log = "0.4.20"
serde = { version = "1.0.193", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion clients/c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exocore-protos = {version = "0.1.25", path = "../../protos"}
exocore-store = {version = "0.1.25", path = "../../store", default-features = false, features = ["remote"]}
exocore-transport = {version = "0.1.25", path = "../../transport", features = ["p2p-full"]}
weak-table = "0.3.2"
futures = "0.3.29"
futures = "0.3.30"
libc = "0.2.151"
log = "0.4.20"
log4rs = "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion clients/web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exocore-discovery = {version = "0.1.25", path = "../../discovery", default-featu
exocore-protos = {version = "0.1.25", path = "../../protos", default-features = false}
exocore-store = {version = "0.1.25", path = "../../store", default-features = false, features = ["remote"]}
exocore-transport = {version = "0.1.25", path = "../../transport", default-features = false, features = ["p2p-web"]}
futures = "0.3.29"
futures = "0.3.30"
js-sys = "0.3.66"
log = "0.4.20"
thiserror = "1.0.51"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ byteorder = "1.5.0"
bytes = "1.5.0"
chrono = "0.4.31"
exocore-protos = {version = "0.1.25", path = "../protos"}
futures = { version = "0.3.29", features = ["async-await"] }
futures = { version = "0.3.30", features = ["async-await"] }
libp2p = { version = "0.52.4", features = ["noise", "secp256k1"], default-features = false }
libp2p-identity = { version = "0.2.8", features = ["secp256k1", "ed25519"], default-features = false }
log = "0.4.20"
Expand Down
2 changes: 1 addition & 1 deletion discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ server = ["hyper", "tokio"]
anyhow = "1.0.76"
base64 = "0.21.5"
chrono = { version = "0.4.31", features = ["serde"] }
futures = "0.3.29"
futures = "0.3.30"
log = "0.4.20"
rand = "0.8"
reqwest = { version = "0.11.23", default-features = false, features = ["json", "rustls-tls"] }
Expand Down
2 changes: 1 addition & 1 deletion exo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exocore-discovery = {version = "0.1.25", path = "../discovery", features = ["ser
exocore-protos = {version = "0.1.25", path = "../protos"}
exocore-store = {version = "0.1.25", path = "../store"}
exocore-transport = {version = "0.1.25", path = "../transport", features = ["http-server"]}
futures = "0.3.29"
futures = "0.3.30"
indicatif = "0.17.7"
log = "0.4.20"
log4rs = "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async-trait = "0.1.75"
bytes = "1.5.0"
chrono = {version = "0.4.31", features = ["serde"]}
exocore-protos = {version = "0.1.25", path = "../protos"}
futures = "0.3.29"
futures = "0.3.30"
itertools = "0.12.0"
log = "0.4.20"
smallvec = "1.11.2"
Expand Down
2 changes: 1 addition & 1 deletion transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ byteorder = "1.5.0"
bytes = "1.5.0"
exocore-core = {version = "0.1.25", path = "../core"}
exocore-protos = {version = "0.1.25", path = "../protos"}
futures = "0.3.29"
futures = "0.3.30"
gloo-timers = {version = "0.3", optional = true}
hyper = {version = "0.14.28", features = ["full"], optional = true}
libp2p = {version = "0.52.4", optional = true, default-features = false, features = ["noise", "websocket", "yamux", "ping", "identify", "macros", "tokio", "dns"]}
Expand Down

0 comments on commit ca53848

Please sign in to comment.