Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Jun 16, 2024
1 parent fb30cd0 commit 87670c0
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 19 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ edition = "2021"
readme = "README.md"

[workspace.dependencies]
stability = "0.2.0"
metrics = "0.17.1"
toml = "0.8.14"
bytesize = { version = "1.2.0", features = ["serde"] }

[workspace.lints.rust]
Expand Down
2 changes: 1 addition & 1 deletion benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ readme.workspace = true
elfo = { path = "../elfo" }
elfo-utils = { version = "0.2.5", path = "../elfo-utils" }

metrics.workspace = true
criterion = "0.5.1"
tokio = { version = "1.36.0", features = ["rt-multi-thread"] }
metrics = "0.17"
futures = "0.3"
derive_more = "0.99.17"
mimalloc = { version = "0.1.39", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion elfo-configurer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true
[dependencies]
elfo-core = { version = "0.2.0-alpha.15", path = "../elfo-core", features = ["unstable"] }

toml = "0.7"
toml.workspace = true
tokio = { version = "1", features = ["fs"] }
serde = { version = "1.0.120", features = ["derive", "rc"] }
serde-value = "0.7.0"
Expand Down
6 changes: 3 additions & 3 deletions elfo-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ unstable-stuck-detection = ["dep:thread_local"]
elfo-macros = { version = "0.2.0-alpha.15", path = "../elfo-macros" }
elfo-utils = { version = "0.2.5", path = "../elfo-utils" }

stability.workspace = true
metrics.workspace = true
tokio = { version = "1.16", features = ["rt", "sync", "time", "signal", "macros"] }
idr-ebr = "0.2"
futures-intrusive = "0.5"
Expand All @@ -33,7 +35,6 @@ serde = { version = "1.0.120", features = ["derive", "rc"] }
derive_more = "0.99.11"
tracing = "0.1.25"
tracing-subscriber = { version = "0.3.2", default-features = false, features = ["std", "smallvec"] }
metrics = "0.17"
futures = "0.3.12"
static_assertions = "1.1.0"
dashmap = "5"
Expand All @@ -46,12 +47,11 @@ arc-swap = "1.2.0"
erased-serde = "0.4.0"
pin-project = "1.0.8"
sealed = "0.5"
stability = "0.1.1"
once_cell = { version = "1.8.0", features = ["parking_lot"] }
serde_json = { version = "1.0.64", features = ["raw_value"] }
regex = "1.6.0"
thread_local = { version = "1.1.3", optional = true }
unicycle = "0.9.3"
unicycle = "0.10.1"
rmp-serde = { version = "1.1.0", optional = true }
humantime-serde = "1"

Expand Down
4 changes: 2 additions & 2 deletions elfo-dumper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ workspace = true
elfo-core = { version = "0.2.0-alpha.15", path = "../elfo-core", features = ["unstable"] }
elfo-utils = { version = "0.2.5", path = "../elfo-utils" }

metrics.workspace = true
bytesize.workspace = true
tokio = { version = "1", features = ["fs", "io-util", "sync"] }
serde = { version = "1.0.120", features = ["derive"] }
derive_more = "0.99.11"
serde-value = "0.7.0"
futures = "0.3.12"
tracing = "0.1.25"
metrics = "0.17"
fxhash = "0.2.1"
humantime-serde = "1"
serde_json = "1.0.64"
eyre = "0.6.5"
parking_lot = "0.12"
thread_local = "1.1.3"
bytesize.workspace = true
4 changes: 2 additions & 2 deletions elfo-logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ tracing-log = [ "dep:tracing-log", "log" ]
elfo-core = { version = "0.2.0-alpha.15", path = "../elfo-core", features = ["unstable"] }
elfo-utils = { version = "0.2.5", path = "../elfo-utils" }

metrics.workspace = true
arc-swap = "1.2.0"
once_cell = { version = "1.8.0", features = ["parking_lot"] }
derive_more = "0.99.11"
Expand All @@ -31,9 +32,8 @@ parking_lot = "0.12"
sharded-slab = "0.1.7"
tracing = "0.1.25"
tracing-subscriber = { version = "0.3.2", features = ["env-filter", "parking_lot"] }
tracing-log = { version = "0.1.3", optional = true }
tracing-log = { version = "0.1.4", optional = true }
log = { version = "0.4.20", optional = true }
metrics = "0.17"
dashmap = "5"
fxhash = "0.2.1"
humantime = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion elfo-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ workspace = true
elfo-core = { version = "0.2.0-alpha.15", path = "../elfo-core", features = ["unstable", "network"] }
elfo-utils = { version = "0.2.5", path = "../elfo-utils" }

metrics.workspace = true
serde = { version = "1.0.120", features = ["derive"] }
static_assertions = "1.1.0"
eyre = "0.6.8"
Expand All @@ -31,7 +32,6 @@ humantime-serde = "1"
kanal = "0.1.0-pre8"
dashmap = "5"
futures-intrusive = "0.5"
metrics = "0.17"
bitflags = "2.3.2"
lz4_flex = "0.11.1"
byteorder = "1.4.3"
Expand Down
8 changes: 4 additions & 4 deletions elfo-telemeter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,27 @@ unstable = []
elfo-core = { version = "0.2.0-alpha.15", path = "../elfo-core", features = ["unstable"] } # TODO: do not need
elfo-utils = { version = "0.2.5", path = "../elfo-utils" }

stability.workspace = true
metrics.workspace = true
tokio = "1"
hyper = { version = "1.0.1", features = ["server", "http1"] }
hyper-util = { version = "0.1.3", features = ["tokio"] }
http-body-util = "0.1"
serde = { version = "1.0.120", features = ["derive"] }
metrics = "0.17"
sketches-ddsketch = "0.2.2"
sketches-ddsketch = "0.3.0"
seqlock = "0.2"
thread_local = "1.1.8"
tracing = "0.1.25"
parking_lot = "0.12"
fxhash = "0.2.1"
humantime-serde = "1"
cow-utils = "0.1.2"
stability = "0.1.1"
flate2 = "1"

[dev-dependencies]
elfo-configurer = { path = "../elfo-configurer" }

toml.workspace = true
criterion = "0.5.1"
proptest = "1.4"
tokio = { version = "1.36.0", features = ["rt-multi-thread"] }
toml = "0.7"
2 changes: 1 addition & 1 deletion elfo-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ unstable = []
elfo-core = { version = "0.2.0-alpha.15", path = "../elfo-core", features = ["test-util"] }
elfo-configurer = { version = "0.2.0-alpha.15", path = "../elfo-configurer" }

stability.workspace = true
tokio = "1"
serde = { version = "1.0.120", features = ["derive", "rc"] }
serde-value = "0.7.0"
futures-intrusive = "0.5"
futures = "0.3.12"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
once_cell = { version = "1.8.0" }
stability = "0.1.1"
4 changes: 2 additions & 2 deletions elfo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ elfo-network = { version = "0.2.0-alpha.15", path = "../elfo-network", optional
[dev-dependencies]
elfo-test = { version = "0.2.0-alpha.15", path = "../elfo-test" }

metrics.workspace = true
toml.workspace = true
anyhow = "1.0.38"
futures = "0.3.12"
derive_more = "0.99.11"
tokio = { version = "1", features = ["full"] }
tracing = "0.1.25"
metrics = "0.17"
tracing-subscriber = "0.3"
serde = { version = "1.0.120", features = ["derive"] }
toml = "0.7"
humantime-serde = "1"
criterion = "0.5.1"
static_assertions = "1.1.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ unstable = ["elfo/unstable", "elfo-telemeter/unstable"]
elfo = { path = "../elfo", features = ["full", "network", "test-util"] }
elfo-telemeter = { path = "../elfo-telemeter" } # for `AllocatorStats`

metrics.workspace = true
toml.workspace = true
anyhow = "1.0.40"
futures = "0.3.12"
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0.120", features = ["derive"] }
derive_more = "0.99.11"
metrics = "0.17"
humantime-serde = "1"
tracing = "0.1.25"
toml = "0.7"

0 comments on commit 87670c0

Please sign in to comment.