Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
appaquet committed Aug 31, 2024
1 parent 1f5fbd2 commit 046df55
Show file tree
Hide file tree
Showing 13 changed files with 125 additions and 142 deletions.
198 changes: 88 additions & 110 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,7 @@ lto = "thin"

[profile.release]
debug = true

[patch.crates-io]
# See https://github.com/mullvad/system-configuration-rs/issues/41
system-configuration = { git = "https://github.com/tmpfs/system-configuration-rs", rev = "572913bf0c74ed996b2beeac3d61ed681075cbd4"}
4 changes: 2 additions & 2 deletions apps/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ proc-macro = true
anyhow = "1.0.86"
futures = "0.3.30"
log = "0.4.22"
quote = "1.0.36"
syn = { version = "2.0.75", features = ["full", "fold"] }
quote = "1.0.37"
syn = { version = "2.0.77", features = ["full", "fold"] }
thiserror = "1.0.63"
4 changes: 2 additions & 2 deletions apps/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ exocore-store = {version = "0.1.25", path = "../../store", default-features = fa
futures = "0.3.30"
lazy_static = "1.5.0"
log = "0.4.22"
quote = "1.0.36"
quote = "1.0.37"
thiserror = "1.0.63"
chrono = { version = "0.4.38", default-features = false, features = [] }

[dev-dependencies]
tokio = { version = "1.39.3", features = ["macros"], default-features = false }
tokio = { version = "1.40.0", features = ["macros"], default-features = false }
4 changes: 2 additions & 2 deletions chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exocore-transport = {version = "0.1.25", path = "../transport", default-features
futures = "0.3.30"
itertools = "0.13.0"
log = "0.4.22"
serde = { version = "1.0.208", features = ["derive"] }
serde = { version = "1.0.209", features = ["derive"] }
thiserror = "1.0.63"
bytes = "1.7.1"

Expand All @@ -41,7 +41,7 @@ tempfile = { version = "3.12.0", optional = true }
exocore-core = {version = "0.1.25", path = "../core", features = ["tests-utils"]}
exocore-transport = {version = "0.1.25", path = "../transport", features = ["tests-utils"]}
tempfile = "3.12.0"
tokio = { version = "1.39.3", features = ["macros"], default-features = false }
tokio = { version = "1.40.0", features = ["macros"], default-features = false }

[[test]]
name = "engine"
Expand Down
2 changes: 1 addition & 1 deletion clients/c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ futures = "0.3.30"
libc = "0.2.158"
log = "0.4.22"
log4rs = "1.3.0"
serde_json = "1.0.125"
serde_json = "1.0.127"
12 changes: 6 additions & 6 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ bytes = "1.7.1"
chrono = "0.4.38"
exocore-protos = {version = "0.1.25", path = "../protos"}
futures = { version = "0.3.30", features = ["async-await"] }
libp2p = { version = "0.53.2", features = ["noise", "secp256k1"], default-features = false }
libp2p = { version = "0.54.1", features = ["noise", "secp256k1"], default-features = false }
libp2p-identity = { version = "0.2.9", features = ["secp256k1", "ed25519"], default-features = false }
log = "0.4.22"
log4rs = { version = "1.3.0", optional = true }
Expand All @@ -44,9 +44,9 @@ multihash-codetable = {version="0.1.3", features=["sha3"]}
multihash-derive = {version="0.9"}
petname = "1.1.3"
rand = "0.8"
serde = "1.0.208"
serde_derive = "1.0.208"
serde_json = "1.0.125"
serde = "1.0.209"
serde_derive = "1.0.209"
serde_json = "1.0.127"
serde_yaml = "0.9.34"
shadow-rs = { version = "0.27.1", default-features = false }
thiserror = "1.0.63"
Expand All @@ -64,7 +64,7 @@ wasm-bindgen-futures = "0.4.43"
chrono = { version = "0.4.38", default-features = false, features = [] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tokio = { version = "1.39.3", features = ["rt"], default-features = false }
tokio = { version = "1.40.0", features = ["rt"], default-features = false }

[build-dependencies]
shadow-rs = { version = "0.27.1", default-features = false }
Expand All @@ -73,7 +73,7 @@ shadow-rs = { version = "0.27.1", default-features = false }
criterion_bencher_compat = "0.4.0"
log4rs = "1.3.0"
tempfile = "3.12.0"
tokio = { version = "1.39.3", features = ["macros", "rt", "rt-multi-thread", "time"], default-features = false }
tokio = { version = "1.40.0", features = ["macros", "rt", "rt-multi-thread", "time"], default-features = false }

[[bench]]
harness = false
Expand Down
8 changes: 4 additions & 4 deletions discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ futures = "0.3.30"
log = "0.4.22"
rand = "0.8"
reqwest = { version = "0.12.7", default-features = false, features = ["json", "rustls-tls"] }
serde = "1.0.208"
serde_derive = "1.0.208"
serde_json = "1.0.125"
serde = "1.0.209"
serde_derive = "1.0.209"
serde_json = "1.0.127"
thiserror = "1.0.63"
wasm-timer = "0.2.5"

# For server
hyper = { version = "0.14.30", features = ["full"], optional = true }
tokio = { version = "1.39.3", default-features = false, features = ["macros", "time"], optional = true }
tokio = { version = "1.40.0", default-features = false, features = ["macros", "time"], optional = true }

[[test]]
name = "discovery"
Expand Down
8 changes: 4 additions & 4 deletions exo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ log = "0.4.22"
log4rs = "1.3.0"
rand = "0.8"
reqwest = { version = "0.12.7", default-features = false, features = ["rustls-tls"] }
serde = "1.0.208"
serde_derive = "1.0.208"
serde_json = "1.0.125"
serde = "1.0.209"
serde_derive = "1.0.209"
serde_json = "1.0.127"
tempfile = "3.12.0"
thiserror = "1.0.63"
tokio = { version = "1.39.3", features = ["macros"], default-features = false }
tokio = { version = "1.40.0", features = ["macros"], default-features = false }
url = "2.5.2"
zip = { version = "0.6.6", features = ["deflate"], default-features = false }
6 changes: 3 additions & 3 deletions protos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ chrono = "0.4.38"
prost = "0.12.6"
prost-types = "0.12.6"
protobuf = "3.5.1"
serde = "1.0.208"
serde_derive = "1.0.208"
serde_json = "1.0.125"
serde = "1.0.209"
serde_derive = "1.0.209"
serde_json = "1.0.127"
thiserror = "1.0.63"

[build-dependencies]
Expand Down
8 changes: 4 additions & 4 deletions store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ byteorder = {version = "1.5.0", optional = true}
crc = {version = "3.2.1", optional = true}
extsort = {version = "0.4.2", optional = true}
lru = {version = "0.12.4", optional = true}
serde = {version = "1.0.208", optional = true}
serde_derive = {version = "1.0.208", optional = true}
serde_json = {version = "1.0.125", optional = true}
serde = {version = "1.0.209", optional = true}
serde_derive = {version = "1.0.209", optional = true}
serde_json = {version = "1.0.127", optional = true}
tantivy = {version = "0.19.2", optional = true}

[dev-dependencies]
exocore-chain = {version = "0.1.25", path = "../chain", features = ["tests-utils"]}
exocore-core = {version = "0.1.25", path = "../core", features = ["tests-utils"]}
tempfile = "3.12.0"
tokio = {version = "1.39.3", features = ["macros"], default-features = false}
tokio = {version = "1.40.0", features = ["macros"], default-features = false}
6 changes: 3 additions & 3 deletions transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ exocore-core = {version = "0.1.25", path = "../core"}
exocore-protos = {version = "0.1.25", path = "../protos"}
futures = "0.3.30"
hyper = {version = "0.14.30", features = ["full"], optional = true}
libp2p = {version = "0.53.2", optional = true, default-features = false, features = ["noise", "websocket", "yamux", "ping", "identify", "macros", "tokio", "dns"]}
libp2p = {version = "0.54.1", optional = true, default-features = false, features = ["noise", "websocket", "yamux", "ping", "identify", "macros", "tokio", "dns"]}
libp2p-identity = { version = "0.2.9", features = ["secp256k1", "ed25519"], default-features = false }
libp2p-mplex = {version = "0.41.0", optional = true}
libp2p-mplex = {version = "0.42.0", optional = true}
log = "0.4.22"
pin-project = "1.1.5"
thiserror = "1.0.63"
url = {version = "2.5.2", optional = true}

[dev-dependencies]
exocore-core = {version = "0.1.25", path = "../core", features = ["tests-utils"]}
tokio = {version = "1.39.3", features = ["macros"], default-features = false}
tokio = {version = "1.40.0", features = ["macros"], default-features = false}
3 changes: 2 additions & 1 deletion transport/src/p2p/behaviour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use std::{
use exocore_core::{cell::Node, time::Instant};
use futures::task::{Context, Poll};
use libp2p::{
core::Multiaddr,
core::{transport::PortUse, Multiaddr},
swarm::{
dial_opts::{DialOpts, PeerCondition},
CloseConnection, ConnectionId, FromSwarm, NetworkBehaviour, NotifyHandler, THandler,
Expand Down Expand Up @@ -243,6 +243,7 @@ impl NetworkBehaviour for ExocoreBehaviour {
peer: PeerId,
_addr: &Multiaddr,
_role_override: libp2p::core::Endpoint,
_port_use: PortUse,
) -> Result<THandler<Self>, libp2p::swarm::ConnectionDenied> {
self.mark_peer_connected(&peer);
Ok(ExocoreProtoHandler::default())
Expand Down

0 comments on commit 046df55

Please sign in to comment.